Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 21, 2024
1 parent daa8e2e commit f23f5fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Feature/SharingWithAnonUserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ protected function getExpectedDefaultInaccessibleMessage(): string
return TestConstants::EXPECTED_UNAUTHENTICATED_MSG;
}

protected function getExpectedForbiddenHttpStatusCode(): int
{
return 403;
}

/**
* Ensures that the user does not see the unsorted public photos as covers nor
* inside "Recent", "On This Day" and "Favorites" (as public search is disabled).
Expand Down

0 comments on commit f23f5fa

Please sign in to comment.