Skip to content

Commit 9c5ee11

Browse files
committed
Polish
See gh-18473
1 parent e4fa9ce commit 9c5ee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public void customMaxHttpHeaderSizeIgnoredIfZero() {
164164

165165
@Test
166166
public void customIdleTimeout() {
167-
bind("server.jetty.idle-timeout=60s");
167+
bind("server.jetty.connection-idle-timeout=60s");
168168
JettyWebServer server = customizeAndGetServer();
169169
List<Long> timeouts = connectorsIdleTimeouts(server);
170170
assertThat(timeouts).containsOnly(60000L);

0 commit comments

Comments
 (0)