mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Polishing contribution
Closes gh-35493
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user