Fix test that was broken in b24e736c
This commit is contained in:
parent
b24e736cfe
commit
63a7b24d27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue