Changing the expectaztion in the test

pull/10987/head
Michael 2021-11-18 08:14:08 +00:00
rodzic a8a64a0918
commit 7d1a603ee5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1726,7 +1726,7 @@ class ApiTest extends FixtureTest
*/
public function testApiStatusesRepeat()
{
$this->expectException(\Friendica\Network\HTTPException\UnauthorizedException::class);
$this->expectException(\Friendica\Network\HTTPException\ForbiddenException::class);
api_statuses_repeat('json');
}