mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
fix(chat-deploy-url): update tests for getEmailDomain (#769)
* fix chat deploy URL in prod * update tests
This commit is contained in:
@@ -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', () => ({
|
||||
|
||||
Reference in New Issue
Block a user