Skip to content

Commit 6379749

Browse files
committed
a
1 parent 9de1af7 commit 6379749

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testcontainers/core/src/test/java/org/eclipse/daanse/tooling/testcontainers/core/NginxRundAndConnectTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020
import java.net.http.HttpRequest;
2121
import java.net.http.HttpResponse;
2222

23-
import org.testcontainers.DockerClientFactory;
2423
import org.testcontainers.containers.GenericContainer;
2524

2625
public class NginxRundAndConnectTest {
2726

2827
@org.junit.jupiter.api.Test
2928
void startandConnectPortNginX() throws Exception {
3029

31-
DockerClientFactory.lazyClient().pingCmd();
3230

3331
try (GenericContainer<?> nginx = new GenericContainer("nginx:alpine-slim").withExposedPorts(80)
3432

0 commit comments

Comments
 (0)