diff --git a/tests/DefaultApiTest.php b/tests/DefaultApiTest.php index 1c86756f..8ef95d50 100644 --- a/tests/DefaultApiTest.php +++ b/tests/DefaultApiTest.php @@ -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\"}") );