mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 00:39:01 +00:00
Fix recent regression in WebTestClient
Closes gh-25854
This commit is contained in:
-1
@@ -213,7 +213,6 @@ class DefaultWebTestClient implements WebTestClient {
|
||||
|
||||
@Override
|
||||
public RequestBodySpec uri(URI uri) {
|
||||
this.uriTemplate = null;
|
||||
this.uri = uri;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user