Skip to content

Commit d3567ec

Browse files
committed
Use the recent WireMock version, because now it works well
1 parent ab0b9ae commit d3567ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/wiremock/integrations/testcontainers/WireMockContainerExtensionTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ public class WireMockContainerExtensionTest {
3939

4040
public static final Logger LOGGER = LoggerFactory.getLogger(WireMockContainerExtensionTest.class);
4141

42-
//TODO: The extension won't work righe with newer WireMock versions because of relocations
4342
@Rule
44-
public WireMockContainer wiremockServer = new WireMockContainer("2.26.0")
43+
public WireMockContainer wiremockServer = new WireMockContainer("2.35.0")
4544
.withStartupTimeout(Duration.ofSeconds(60))
4645
.withMapping("json-body-transformer", WireMockContainerExtensionTest.class, "json-body-transformer.json")
4746
.withExtension("JSON Body Transformer", Collections.singleton("com.ninecookies.wiremock.extensions.JsonBodyTransformer"),

0 commit comments

Comments
 (0)