From 1e3e1df6166e57d3e199aa9b1b05b5b92c47e7f8 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 25 Jul 2015 15:48:10 +0100 Subject: [PATCH] Removed overkill test --- tests/Api/GeneralTest.php | 5 ----- 1 file changed, 5 deletions(-) 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()