Merge branch '3.2.x'

Closes gh-40643
This commit is contained in:
Phillip Webb
2024-05-08 15:44:35 -07:00
4 changed files with 28 additions and 25 deletions

View File

@@ -85,7 +85,7 @@ class NestedLocationTests {
@Test
void fromUrlWhenNoPathThrowsException() {
assertThatIllegalArgumentException().isThrownBy(() -> NestedLocation.fromUrl(new URL("nested:")))
.withMessageContaining("'path' must not be empty");
.withMessageContaining("'location' must not be empty");
}
@Test