We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2d438 commit 36424c8Copy full SHA for 36424c8
tests/integration/api/SetBestAnswerTest.php
@@ -105,8 +105,8 @@ public function getDiscussion(int $userId): ResponseInterface
105
'GET',
106
'/api/discussions/1',
107
[
108
- 'authenticatedAs' => $userId,
109
- 'queryParam' => ['include' => 'posts'],
+ 'authenticatedAs' => $userId,
+ 'queryParam' => ['include' => 'posts'],
110
]
111
)
112
);
tests/integration/api/UnsetBestAnswerTest.php
@@ -64,8 +64,8 @@ public function getBestAnswerDiscussion(int $userId = 2): ResponseInterface
64
65
66
67
68
69
70
71
0 commit comments