diff --git a/tests/Feature/GroupSettingTest.php b/tests/Feature/GroupSettingTest.php index d720bd823422..6221ce8e6783 100644 --- a/tests/Feature/GroupSettingTest.php +++ b/tests/Feature/GroupSettingTest.php @@ -88,8 +88,8 @@ class GroupSettingTest extends TestCase $response->assertStatus(200); $arr = $response->json(); - - $this->assertNotNull($arr['data']['archived_at']); + + $this->assertNotNull($arr['data'][0]['archived_at']); } }