From f4786d7d2e7f676b4209db5386eab7cb7dcb78ab Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Mon, 4 Mar 2019 18:28:46 +0900 Subject: [PATCH] Polish Closes gh-16083 --- .../web/embedded/TomcatWebServerFactoryCustomizerTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizerTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizerTests.java index 4ee283c3cdc..10a31f349dc 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizerTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizerTests.java @@ -325,7 +325,7 @@ public class TomcatWebServerFactoryCustomizerTests { } @Test - public void accessLoMaxDaysCanBeRedefined() { + public void accessLogMaxDaysCanBeRedefined() { bind("server.tomcat.accesslog.enabled=true", "server.tomcat.accesslog.max-days=20"); TomcatServletWebServerFactory factory = customizeAndGetFactory();