Merge branch '6.1.x'
# Conflicts: # spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewResolutionIntegrationTests.java
This commit is contained in:
@@ -78,8 +78,8 @@ class WebFluxViewResolutionIntegrationTests {
|
||||
@Test
|
||||
void freemarkerWithInvalidConfig() {
|
||||
assertThatRuntimeException()
|
||||
.isThrownBy(() -> runTest(InvalidFreeMarkerWebFluxConfig.class))
|
||||
.withMessageContaining("In addition to a FreeMarker view resolver ");
|
||||
.isThrownBy(() -> runTest(InvalidFreeMarkerWebFluxConfig.class))
|
||||
.withMessageContaining("In addition to a FreeMarker view resolver ");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user