Polishing contribution

Closes gh-35493
This commit is contained in:
rstoyanchev
2025-10-01 14:45:18 +01:00
parent 636523a2f5
commit df860fd3cd
2 changed files with 8 additions and 12 deletions
@@ -98,7 +98,7 @@ class AbstractMockHttpServletRequestBuilderTests {
}
@Test
@Test // gh-35493
void pathInfoIsNotMutatedByBuildMethod() {
TestRequestBuilder builder = new TestRequestBuilder(HttpMethod.GET).uri("/b");
assertThat(buildRequest(builder).getPathInfo()).isEqualTo("/b");