Skip to content

Commit

Permalink
Fixes broken JibPluginIntegrationTest. (GoogleContainerTools#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
coollog authored Jun 28, 2018
1 parent a057f28 commit 06cd55c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ public void testBuild_simple() throws IOException, InterruptedException {
Assert.assertThat(
ex.getMessage(),
CoreMatchers.containsString(
"Obtaining project build output files failed; make sure you have compiled your "
+ "project before trying to build the image. (Did you accidentally run \"gradle "
+ "clean jib\" instead of \"gradle clean compileJava jib\"?)"));
"No classes files were found - did you compile your project?"));
}

Assert.assertEquals(
Expand Down

0 comments on commit 06cd55c

Please sign in to comment.