test: rm test.jsp req

This commit is contained in:
ReaJason
2024-11-27 00:41:31 +08:00
parent eb994b7ad4
commit 4f1f4f2c1a
@@ -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")