apupier commented on code in PR #12769: URL: https://github.com/apache/camel/pull/12769#discussion_r1464911682
########## 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: commented out code to remove ro to readd correctly, I would expect some tests to fail without it -- 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