mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
Fix failing test
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ public class ContentRequestMatchers {
|
||||
public RequestMatcher formData(final MultiValueMap<String, String> expectedContent) {
|
||||
return new RequestMatcher() {
|
||||
@Override
|
||||
public void match(ClientHttpRequest request) throws IOException, AssertionError {
|
||||
public void match(final ClientHttpRequest request) throws IOException, AssertionError {
|
||||
HttpInputMessage inputMessage = new HttpInputMessage() {
|
||||
@Override
|
||||
public InputStream getBody() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user