Merge branch '3.2.x'
Closes gh-40643
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user