Fix test
This commit is contained in:
parent
e895d3b1eb
commit
5598f7d6ba
|
@ -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 New Issue
Block a user