pull/7512/head
Phillip Webb 8 years ago
parent ec73144240
commit dada7423b0

@ -511,7 +511,6 @@ public class ServerPropertiesTests {
map.put("server.undertow.accesslog.dir", "test-logs");
map.put("server.undertow.accesslog.rotate", "false");
bindProperties(map);
UndertowEmbeddedServletContainerFactory container = spy(
new UndertowEmbeddedServletContainerFactory());
this.properties.getUndertow().customizeUndertow(this.properties, container);

Loading…
Cancel
Save