Cleanup test output

This commit is contained in:
Nabeel Shahzad
2018-01-02 22:20:00 -06:00
parent 07ef5ba8c1
commit aa19bbd5dc
2 changed files with 1 additions and 2 deletions

View File

@@ -138,6 +138,5 @@ class AcarsTest extends TestCase
$response = $this->withHeaders($this->apiHeaders())->post($uri, $pirep);
$response->assertStatus(200);
$body = $response->json();
echo $body['id'];
}
}