Skip to content

Commit 12818cc

Browse files
author
Marcus Linke
committed
Fix test
1 parent b34135d commit 12818cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/github/dockerjava/core/command/BuildImageCmdImplTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ public void testBuildFromPrivateRegistry() throws Exception {
266266
dockerClient.pushImageCmd("localhost:5000/testuser/busybox").withTag("latest").withAuthConfig(authConfig)
267267
.exec(new PushImageResultCallback()).awaitSuccess();
268268

269-
dockerClient.removeImageCmd("busybox:latest").withForce().exec();
270-
271269
dockerClient.removeImageCmd("localhost:5000/testuser/busybox").withForce().exec();
272270

273271
baseDir = new File(Thread.currentThread().getContextClassLoader().getResource("testBuildFromPrivateRegistry")

0 commit comments

Comments
 (0)