mirror of
https://github.com/friendica/friendica
synced 2024-11-18 10:23:41 +00:00
Fix test
This commit is contained in:
parent
e895d3b1eb
commit
5598f7d6ba
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ class ApiTest extends FixtureTest
|
||||||
public function testApiCallWithUninplementedApi()
|
public function testApiCallWithUninplementedApi()
|
||||||
{
|
{
|
||||||
self::assertEquals(
|
self::assertEquals(
|
||||||
'{"status":{"error":"Not Implemented","code":"501 Not Implemented","request":""}}',
|
'{"status":{"error":"Not Found","code":"404 Not Found","request":""}}',
|
||||||
api_call($this->app)
|
api_call($this->app)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue