Skip to content

Commit 90608fa

Browse files
committed
Align test with changes made in ab1f593
See gh-13511
1 parent 30ee481 commit 90608fa

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/servlet/DispatcherServletAutoConfigurationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public void dispatcherServletDefaultConfig() {
171171
DispatcherServlet dispatcherServlet = context
172172
.getBean(DispatcherServlet.class);
173173
assertThat(dispatcherServlet).extracting("shouldHandleFailure")
174-
.containsExactly(true);
174+
.containsExactly(false);
175175
assertThat(dispatcherServlet).extracting("throwExceptionIfNoHandlerFound")
176176
.containsExactly(false);
177177
assertThat(dispatcherServlet).extracting("dispatchOptionsRequest")

0 commit comments

Comments
 (0)