Skip to content

Commit 2460a72

Browse files
committed
Merge branch '3.4.x'
2 parents bc95d65 + 7514f84 commit 2460a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystemTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void withFile(CapturedOutput output) {
148148
Configuration configuration = this.loggingSystem.getConfiguration();
149149
assertThat(output).contains("Hello world").doesNotContain("Hidden");
150150
assertThat(new File(tmpDir() + "/spring.log")).exists();
151-
assertThat(configuration.getConfigurationSource().getLocation()).contains("/log4j2-file.xml");
151+
assertThat(configuration.getConfigurationSource().getLocation()).contains("log4j2-file.xml");
152152
}
153153

154154
@Test

0 commit comments

Comments
 (0)