We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d9654 commit 401d0b3Copy full SHA for 401d0b3
src/ValidatesOpenApiSpec.php
@@ -93,7 +93,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = []
93
94
$kernel->terminate($request, $response);
95
96
- $testResponse = $this->createTestResponse($response);
+ $testResponse = $this->createTestResponse($response, $request);
97
98
if ($address) {
99
$this->validateResponse($address, $testResponse->baseResponse);
0 commit comments