Skip to content

Commit

Permalink
Merge pull request #796 from rhuss/pr/fix-795
Browse files Browse the repository at this point in the history
PR merged! Thanks!
  • Loading branch information
fusesource-ci authored Jun 10, 2017
2 parents ac02ae4 + e010390 commit d6309b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/integration/DockerAccessIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void testPullStartStopRemove() throws DockerAccessException, InterruptedE
@Test
public void testLoadImage() throws DockerAccessException {
testDoesNotHave();
dockerClient.loadImage(IMAGE_LATEST, new File("integration/busybox-image.tar.gz"));
dockerClient.loadImage(IMAGE_LATEST, new File("integration/busybox-image-test.tar.gz"));
assertTrue(hasImage(IMAGE_LATEST));
testRemoveImage(IMAGE_LATEST);
}
Expand Down
Binary file not shown.
Binary file removed src/test/resources/integration/busybox-image.tar.gz
Binary file not shown.

0 comments on commit d6309b5

Please sign in to comment.