Croway commented on code in PR #12208:
URL: https://github.com/apache/camel/pull/12208#discussion_r1410513839
##########
components/camel-openstack/src/test/java/org/apache/camel/component/openstack/it/OpenstackWiremockTestSupport.java:
##########
@@ -32,7 +31,6 @@ public class OpenstackWiremockTestSupport extends
CamelTestSupport {
@BeforeAll
public static void startServer() {
WireMockConfiguration configuration = options().dynamicPort();
- configuration.extensions(new ResponseTemplateTransformer(false));
Review Comment:
WireMock is not clear about it, I could not find any migration/upgrade guide
or discussion about it on github
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]