JiriOndrusek commented on code in PR #4187: URL: https://github.com/apache/camel-quarkus/pull/4187#discussion_r998098890
########## integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/it/CxfSoapServiceTest.java: ########## @@ -38,7 +38,7 @@ public void simpleSoapService() { final HelloPortType helloPort = service.getHelloPort(); String endpointURL = getServerUrl() + "/soapservice/hello"; ((BindingProvider) helloPort).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, endpointURL); - Assertions.assertThat(helloPort.hello("World")).isEqualTo("Hello World from CXF service"); Review Comment: thanks for noticing! -- 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