Skip to content

Commit

Permalink
fix: test for redirects (#123)
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 fb48751 commit 65506e6
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 65506e6

Please sign in to comment.