Skip to content

Commit 9d6695a

Browse files
committed
Merge pull request #17012 from dreis2211
* pr/17012: Add missing @test annotation Closes gh-17012
2 parents c84c940 + 38c21f5 commit 9d6695a

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)