fix(chat-deploy-url): update tests for getEmailDomain (#769)

* fix chat deploy URL in prod

* update tests
This commit is contained in:
Waleed Latif
2025-07-23 02:18:56 -07:00
committed by GitHub
parent e90138a651
commit 8ddc1d8eda

View File

@@ -71,7 +71,7 @@ describe('Chat Edit API Route', () => {
}))
vi.doMock('@/lib/urls/utils', () => ({
getBaseDomain: vi.fn().mockReturnValue('localhost:3000'),
getEmailDomain: vi.fn().mockReturnValue('localhost:3000'),
}))
vi.doMock('@/lib/environment', () => ({