mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 21:18:19 +01:00
Removed overkill test
This commit is contained in:
parent
6e3d1af85a
commit
1e3e1df616
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user