mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
test: container not auto start
This commit is contained in:
@@ -17,7 +17,6 @@ public class ContainerTool {
|
||||
|
||||
|
||||
public static String getUrl(GenericContainer<?> container) {
|
||||
container.start();
|
||||
String host = container.getHost();
|
||||
int port = container.getMappedPort(8080);
|
||||
String url = "http://" + host + ":" + port + "/app";
|
||||
|
||||
Reference in New Issue
Block a user