Add missing @Test annotation

See gh-17012
This commit is contained in:
dreis2211
2019-05-29 19:09:59 +02:00
committed by Phillip Webb
parent c84c9409bd
commit 38c21f58b8

View File

@@ -100,6 +100,7 @@ public class UndertowWebServerFactoryCustomizerTests {
assertThat(boundServerOption(UndertowOptions.MAX_HEADER_SIZE)).isNull();
}
@Test
public void customMaxHttpHeaderSizeIgnoredIfZero() {
bind("server.max-http-header-size=0");
assertThat(boundServerOption(UndertowOptions.MAX_HEADER_SIZE)).isNull();