mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
Don't dump the response
This commit is contained in:
parent
91d41c4799
commit
db627f6e86
@ -60,7 +60,6 @@ class MetricPointTest extends AbstractApiTestCase
|
||||
]);
|
||||
|
||||
$response = $this->json('POST', "/api/v1/metrics/{$metric->id}/points", $metricPoint->toArray());
|
||||
|
||||
$response->assertStatus(200);
|
||||
$response->assertJsonFragment(['value' => $metricPoint->value]);
|
||||
}
|
||||
@ -78,7 +77,6 @@ class MetricPointTest extends AbstractApiTestCase
|
||||
$postData['timestamp'] = $timestamp;
|
||||
|
||||
$response = $this->json('POST', "/api/v1/metrics/{$metric->id}/points", $postData);
|
||||
$response->dump();
|
||||
|
||||
$response->assertStatus(200);
|
||||
$response->assertJsonFragment([
|
||||
|
Loading…
x
Reference in New Issue
Block a user