getJson('/api/admin/dashboard/health'); $res->assertOk(); $res->assertJsonStructure([ 'subsystems' => [['key', 'light', 'detail']], 'overall_light', ]); $keys = collect($res->json('subsystems'))->pluck('key')->all(); expect($keys)->toContain('queues', 'scheduler', 'supplier_sync', 'csv_drift', 'webhooks', 'incidents'); });