diff --git a/tests/integration/api/CreatePollTest.php b/tests/integration/api/CreatePollTest.php index def0760c..2975bc5a 100644 --- a/tests/integration/api/CreatePollTest.php +++ b/tests/integration/api/CreatePollTest.php @@ -133,7 +133,7 @@ public function authorized_user_can_create_poll_in_post(int $userId) $response = $this->send( $this->request( 'GET', - '/api/fof/polls/' . $pollId, + '/api/fof/polls/'.$pollId, [ 'authenticatedAs' => $userId, ] @@ -425,7 +425,7 @@ public function authorized_user_can_create_global_poll_on_api(int $userId) $response = $this->send( $this->request( 'GET', - '/api/fof/polls/' . $pollId, + '/api/fof/polls/'.$pollId, [ 'authenticatedAs' => $userId, ]