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()
|
||||
{
|
||||
self::assertEquals(
|
||||
'{"status":{"error":"Not Implemented","code":"501 Not Implemented","request":""}}',
|
||||
'{"status":{"error":"Not Found","code":"404 Not Found","request":""}}',
|
||||
api_call($this->app)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue