mirror of
https://github.com/friendica/friendica
synced 2025-01-24 10:59:47 +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()
|
public function testApiStatusesRepeat()
|
||||||
{
|
{
|
||||||
$this->expectException(\Friendica\Network\HTTPException\UnauthorizedException::class);
|
$this->expectException(\Friendica\Network\HTTPException\ForbiddenException::class);
|
||||||
api_statuses_repeat('json');
|
api_statuses_repeat('json');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue