From 0f0fc9ec62af2f5c77f5b73a3c7c0dd071bb8352 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 20 Jul 2018 17:12:56 +0200 Subject: [PATCH] Adapt assertion to logging change in Spring Framework --- .../src/test/java/org/springframework/boot/SimpleMainTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SimpleMainTests.java b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SimpleMainTests.java index 7b09f0bb43..03b353c75f 100644 --- a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SimpleMainTests.java +++ b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SimpleMainTests.java @@ -41,7 +41,7 @@ public class SimpleMainTests { @Rule public OutputCapture outputCapture = new OutputCapture(); - private static final String SPRING_STARTUP = "root of context hierarchy"; + private static final String SPRING_STARTUP = "Started SpringApplication in"; @Test(expected = IllegalArgumentException.class) public void emptyApplicationContext() throws Exception {