kahboom commented on code in PR #12769: URL: https://github.com/apache/camel/pull/12769#discussion_r1466421491
########## components/camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTLSTestBase.java: ########## @@ -419,9 +432,10 @@ private void registerTLSConfiguration(CamelContext context) throws GeneralSecuri context.getRegistry().bind("privateKey", privateKey); context.getRegistry().bind("publicKey", publicKey); - context.getRegistry().bind("trustedRpkStore", trustedRpkStore); - context.getRegistry().bind("failedTrustedRpkStore", failedTrustedRpkStore); - context.getRegistry().bind("pskStore", pskStore); + + context.getRegistry().bind("advancedCertificateVerifier", advancedCertificateVerifier); + // context.getRegistry().bind("failedAdvancedCertificateVerifier", failedAdvancedCertificateVerifier); Review Comment: Thanks, should have caught these! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org