Fix tests for API
This commit is contained in:
parent
655ac66b52
commit
11b1c2b763
@ -484,7 +484,7 @@ class AcarsTest extends TestCase
|
||||
$response = $this->get($uri);
|
||||
|
||||
$response->assertStatus(200);
|
||||
$body = $response->json('data');
|
||||
$body = $response->json('data')[0];
|
||||
|
||||
$this->assertEquals($pirep->id, $body['id']);
|
||||
$this->assertNotEmpty($body['user']['name']);
|
||||
|
Loading…
Reference in New Issue
Block a user