Skip to content

Commit

Permalink
test: rm test.jsp req
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Nov 26, 2024
1 parent eb994b7 commit 4f1f4f2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ private DynamicTest createCustomContainerTest(String imageName) {
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")
Expand Down

0 comments on commit 4f1f4f2

Please sign in to comment.