Added Metric and MetricPoint API testing
This commit is contained in:
@@ -35,6 +35,7 @@ class ComponentTest extends AbstractTestCase
|
||||
{
|
||||
$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