Skip to content

Commit 79edf62

Browse files
committed
Fix failing test from last commit
Issue: SPR-9917
1 parent b1040af commit 79edf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test-mvc/src/main/java/org/springframework/test/web/client/RequestMatcherClientHttpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public ClientHttpResponse executeInternal() throws IOException {
7373

7474
setResponse(this.responseCreator.createResponse(this));
7575

76-
return super.execute();
76+
return super.executeInternal();
7777
}
7878

7979
}

0 commit comments

Comments
 (0)