mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
test: rm test.jsp req
This commit is contained in:
-2
@@ -51,8 +51,6 @@ public class TomcatGodzillaIntegrationTest {
|
|||||||
String host = container.getHost();
|
String host = container.getHost();
|
||||||
int port = container.getMappedPort(8080);
|
int port = container.getMappedPort(8080);
|
||||||
String url = "http://" + host + ":" + port + "/app";
|
String url = "http://" + host + ":" + port + "/app";
|
||||||
verifyContainerResponse(url + "/test");
|
|
||||||
|
|
||||||
GodzillaShellConfig shellConfig = GodzillaShellConfig.builder()
|
GodzillaShellConfig shellConfig = GodzillaShellConfig.builder()
|
||||||
.pass("pass").key("key")
|
.pass("pass").key("key")
|
||||||
.headerName("User-Agent").headerValue("test")
|
.headerName("User-Agent").headerValue("test")
|
||||||
|
|||||||
Reference in New Issue
Block a user