Skip to content

Commit 38c21f5

Browse files
dreis2211philwebb
authored andcommitted
Add missing @test annotation
See gh-17012
1 parent c84c940 commit 38c21f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/UndertowWebServerFactoryCustomizerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public void customMaxHttpHeaderSizeIgnoredIfNegative() {
100100
assertThat(boundServerOption(UndertowOptions.MAX_HEADER_SIZE)).isNull();
101101
}
102102

103+
@Test
103104
public void customMaxHttpHeaderSizeIgnoredIfZero() {
104105
bind("server.max-http-header-size=0");
105106
assertThat(boundServerOption(UndertowOptions.MAX_HEADER_SIZE)).isNull();

0 commit comments

Comments
 (0)