See gh-12584
This commit is contained in:
Johnny Lim
2018-03-22 03:23:04 +09:00
committed by Stephane Nicoll
parent 64a4f70564
commit 625bf93598
5 changed files with 2 additions and 8 deletions

View File

@@ -269,7 +269,7 @@ public class DefaultErrorWebExceptionHandlerIntegrationTests {
}
@Test
public void whilelabelDisabled() {
public void whitelabelDisabled() {
this.contextRunner.withPropertyValues("server.error.whitelabel.enabled=false",
"spring.mustache.prefix=classpath:/unknown/").run((context) -> {
WebTestClient client = WebTestClient.bindToApplicationContext(context)