mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix failing test from last commit
Issue: SPR-9917
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ class RequestMatcherClientHttpRequest extends MockClientHttpRequest implements R
|
||||
|
||||
setResponse(this.responseCreator.createResponse(this));
|
||||
|
||||
return super.execute();
|
||||
return super.executeInternal();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user