Removed unneeded checks
This commit is contained in:
@@ -38,8 +38,8 @@ class ComponentTest extends AbstractTestCase
|
||||
public function testPostComponentUnauthorized()
|
||||
{
|
||||
$this->post('/api/v1/components');
|
||||
|
||||
$this->assertResponseStatus(401);
|
||||
$this->seeJson(['message' => 'You are not authorized to view this content.', 'status_code' => 401]);
|
||||
}
|
||||
|
||||
public function testPostComponentNoData()
|
||||
|
||||
Reference in New Issue
Block a user