Commit f4786d7d authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Polish

Closes gh-16083
parent 1b55f0cc
...@@ -325,7 +325,7 @@ public class TomcatWebServerFactoryCustomizerTests { ...@@ -325,7 +325,7 @@ public class TomcatWebServerFactoryCustomizerTests {
} }
@Test @Test
public void accessLoMaxDaysCanBeRedefined() { public void accessLogMaxDaysCanBeRedefined() {
bind("server.tomcat.accesslog.enabled=true", bind("server.tomcat.accesslog.enabled=true",
"server.tomcat.accesslog.max-days=20"); "server.tomcat.accesslog.max-days=20");
TomcatServletWebServerFactory factory = customizeAndGetFactory(); TomcatServletWebServerFactory factory = customizeAndGetFactory();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment