output response body #35
This commit is contained in:
parent
e80caa6827
commit
396f4ac966
@ -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']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user