Fix test that was broken in b24e736c
This commit is contained in:
@@ -43,7 +43,7 @@ public class DefaultLaunchScriptTests {
|
||||
DefaultLaunchScript script = new DefaultLaunchScript(null, null);
|
||||
String content = new String(script.toByteArray());
|
||||
assertThat(content, containsString("Spring Boot Startup Script"));
|
||||
assertThat(content, containsString("mode=\"auto\""));
|
||||
assertThat(content, containsString("MODE=\"auto\""));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user