Skip to content

Commit 5bc8671

Browse files
author
Julian Akkaya
committed
Remove debug logging message
1 parent 994129c commit 5bc8671

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ public void before() {
5555

5656
@Test
5757
public void testJSONBodyTransformer() throws Exception {
58-
59-
LOGGER.warn("Waiting for WireMock to start");
60-
6158
// given
6259
String url = wiremockServer.getUrl("/json-body-transformer");
6360
String body = "{\"name\":\"John Doe\"}";

0 commit comments

Comments
 (0)