output response body #35

This commit is contained in:
Nabeel Shahzad 2018-01-10 18:55:20 -06:00
parent e80caa6827
commit 396f4ac966

View File

@ -42,6 +42,7 @@ class PilotTest extends TestCase
$body = $resp->json();
# Get the subfleet that's been added in
print_r($body);
$subfleet_from_api = $body['data'][0];
$this->assertEquals($subfleet->id, $subfleet_from_api['id']);