Skip to content

Commit 4f1f4f2

Browse files
committed
test: rm test.jsp req
1 parent eb994b7 commit 4f1f4f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

generator/src/test/java/com/reajason/javaweb/memsell/tomcat/godzilla/TomcatGodzillaIntegrationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ private DynamicTest createCustomContainerTest(String imageName) {
5151
String host = container.getHost();
5252
int port = container.getMappedPort(8080);
5353
String url = "http://" + host + ":" + port + "/app";
54-
verifyContainerResponse(url + "/test");
55-
5654
GodzillaShellConfig shellConfig = GodzillaShellConfig.builder()
5755
.pass("pass").key("key")
5856
.headerName("User-Agent").headerValue("test")

0 commit comments

Comments
 (0)