Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Sep 14, 2024
1 parent e312255 commit 33be8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature_v1/LibUnitTests/SharingUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(AbstractTestCase $testCase)
* @return TestResponse
*/
public function list(
int $expectedStatusCode = 200,
int $expectedStatusCode = 201,
?string $assertSee = null,
): TestResponse {
$response = $this->testCase->postJson('/api/Sharing::list');
Expand Down

0 comments on commit 33be8de

Please sign in to comment.