Skip to content

Commit c620122

Browse files
authored
Fix integration test after changing base image (#3186)
1 parent 6569f2f commit c620122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jib-maven-plugin/src/integration-test/java/com/google/cloud/tools/jib/maven/BuildImageMojoIntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public void testExecute_empty()
497497
Assert.assertEquals(
498498
"", buildAndRun(emptyTestProject.getProjectRoot(), targetImage, "pom.xml", false));
499499
assertThat(getCreationTime(targetImage)).isEqualTo(Instant.EPOCH);
500-
assertThat(getWorkingDirectory(targetImage)).isEqualTo("/");
500+
assertThat(getWorkingDirectory(targetImage)).isEmpty();
501501
}
502502

503503
@Test

0 commit comments

Comments
 (0)