Fix recent regression in WebTestClient

Closes gh-25854
This commit is contained in:
Rossen Stoyanchev
2020-10-06 17:04:31 +01:00
parent e78aa6b8f8
commit 30c7940483
2 changed files with 10 additions and 2 deletions

View File

@@ -213,7 +213,6 @@ class DefaultWebTestClient implements WebTestClient {
@Override
public RequestBodySpec uri(URI uri) {
this.uriTemplate = null;
this.uri = uri;
return this;
}