rewrite-testing-frameworks
rewrite-testing-frameworks copied to clipboard
Call configureStaticDsl(true) on WireMock builder when static DSL methods are used
When using static DSL methods, the replacement WireMockExtension in UseWiremockExtensionshould have configureStaticDsl(true) called on the Builder, otherwise the stubs will not be registered and the test will fail.