Skip to content

Commit 401d0b3

Browse files
committed
Fixed createTestResponse method
1 parent 95d9654 commit 401d0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ValidatesOpenApiSpec.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = []
9393

9494
$kernel->terminate($request, $response);
9595

96-
$testResponse = $this->createTestResponse($response);
96+
$testResponse = $this->createTestResponse($response, $request);
9797

9898
if ($address) {
9999
$this->validateResponse($address, $testResponse->baseResponse);

0 commit comments

Comments
 (0)