Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 19, 2024
1 parent 03fa9fa commit e4d779c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/api/CreatePollTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
Expand Down Expand Up @@ -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,
]
Expand Down

0 comments on commit e4d779c

Please sign in to comment.