We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb994b7 commit 4f1f4f2Copy full SHA for 4f1f4f2
generator/src/test/java/com/reajason/javaweb/memsell/tomcat/godzilla/TomcatGodzillaIntegrationTest.java
@@ -51,8 +51,6 @@ private DynamicTest createCustomContainerTest(String imageName) {
51
String host = container.getHost();
52
int port = container.getMappedPort(8080);
53
String url = "http://" + host + ":" + port + "/app";
54
- verifyContainerResponse(url + "/test");
55
-
56
GodzillaShellConfig shellConfig = GodzillaShellConfig.builder()
57
.pass("pass").key("key")
58
.headerName("User-Agent").headerValue("test")
0 commit comments