We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0319b14 commit f4ddcb3Copy full SHA for f4ddcb3
1 file changed
src/test/java/com/github/dockerjava/core/command/PullImageCmdImplTest.java
@@ -116,7 +116,7 @@ public void testPullNonExistingImage() throws DockerException, IOException {
116
try {
117
dockerClient.pullImageCmd("non-existing/foo").exec();
118
fail("expected InternalServerErrorException");
119
- } catch (InternalServerErrorException e) {
+ } catch (InternalServerErrorException ignored) {
120
}
121
122
0 commit comments