This commit is contained in:
Michael 2020-11-11 20:49:34 +00:00
parent e895d3b1eb
commit 5598f7d6ba
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ class ApiTest extends FixtureTest
public function testApiCallWithUninplementedApi()
{
self::assertEquals(
'{"status":{"error":"Not Implemented","code":"501 Not Implemented","request":""}}',
'{"status":{"error":"Not Found","code":"404 Not Found","request":""}}',
api_call($this->app)
);
}