diff --git a/apps/web/src/actions/__tests__/auth.test.ts b/apps/web/src/actions/__tests__/auth.test.ts index 70745fa0e8..7fb9725590 100644 --- a/apps/web/src/actions/__tests__/auth.test.ts +++ b/apps/web/src/actions/__tests__/auth.test.ts @@ -191,7 +191,7 @@ describe('authorizeAnalytics', () => { requestedOrgId: 'org-456', requestedUserId: null, }), - ).rejects.toThrow('Unauthorized: Invalid organization access'); + ).rejects.toThrow('Unauthorized: User required'); }); });