Removed overkill test

This commit is contained in:
Graham Campbell 2015-07-25 15:48:10 +01:00
parent 6e3d1af85a
commit 1e3e1df616

View File

@ -29,11 +29,6 @@ class GeneralTest extends AbstractTestCase
$this->assertResponseStatus(404);
$this->seeHeader('Content-Type', 'application/json');
$this->seeJson(['errors' => [[
'status' => 404,
'title' => 'Not Found',
'detail' => 'The requested resource could not be found but may be available again in the future.',
]]]);
}
public function testNotAcceptableContentType()