diff --git a/tests/PilotTest.php b/tests/PilotTest.php index 4b60351d..9e49fc58 100644 --- a/tests/PilotTest.php +++ b/tests/PilotTest.php @@ -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']);