Skip to content

Commit

Permalink
fix: test for redirect
Browse files Browse the repository at this point in the history
For more info see guzzle/guzzle#3043
  • Loading branch information
bednar committed Jun 21, 2022
1 parent 9c6635a commit 08a7041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DefaultApiTest.php
Expand Up @@ -107,7 +107,7 @@ public function test_follow_redirect()
$this->mockHandler->append(
new Response(
307,
['location' => 'http://localhost:8088']
['location' => 'http://localhost:8086']
),
new Response(204, [], "{\"status\": \"pass\"}")
);
Expand Down

0 comments on commit 08a7041

Please sign in to comment.