diff --git a/generator/src/test/java/com/reajason/javaweb/memsell/tomcat/godzilla/TomcatGodzillaIntegrationTest.java b/generator/src/test/java/com/reajason/javaweb/memsell/tomcat/godzilla/TomcatGodzillaIntegrationTest.java index 66c6101f..ddb286aa 100644 --- a/generator/src/test/java/com/reajason/javaweb/memsell/tomcat/godzilla/TomcatGodzillaIntegrationTest.java +++ b/generator/src/test/java/com/reajason/javaweb/memsell/tomcat/godzilla/TomcatGodzillaIntegrationTest.java @@ -51,8 +51,6 @@ public class TomcatGodzillaIntegrationTest { String host = container.getHost(); int port = container.getMappedPort(8080); String url = "http://" + host + ":" + port + "/app"; - verifyContainerResponse(url + "/test"); - GodzillaShellConfig shellConfig = GodzillaShellConfig.builder() .pass("pass").key("key") .headerName("User-Agent").headerValue("test")