Fixed not compiling code

This commit is contained in:
Marcin Grzejszczak
2018-02-21 14:36:49 +01:00
parent acdcb4a6d5
commit 350437824f

View File

@@ -23,7 +23,7 @@ public class BootstrapClientApplicationTests {
public void contextLoads() throws Exception {
assertEquals(2, this.server.getTomcat().getMaxThreads());
// The application.yml is never read because spring.config.name=sample
assertEquals("application", this.server.getDisplayName());
assertEquals("application", this.server.getServlet().getApplicationDisplayName());
}
}