diff --git a/tests/Api/GeneralTest.php b/tests/Api/GeneralTest.php index 29700d5d..1597209a 100644 --- a/tests/Api/GeneralTest.php +++ b/tests/Api/GeneralTest.php @@ -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()