Skip to content

Commit

Permalink
fix: test for redirects (influxdata#123)
Browse files Browse the repository at this point in the history
for more info see guzzle/guzzle#3043
  • Loading branch information
bednar authored and peynman committed Mar 7, 2023
1 parent 08bb419 commit 5a2c383
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 5a2c383

Please sign in to comment.