mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: rm test.jsp req
This commit is contained in:
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user