mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Changing the expectaztion in the test
This commit is contained in:
parent
a8a64a0918
commit
7d1a603ee5
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue