diff --git a/frontend/src/utils/nui.test.ts b/frontend/src/utils/nui.test.ts index 39dc5e2..a05e2c7 100644 --- a/frontend/src/utils/nui.test.ts +++ b/frontend/src/utils/nui.test.ts @@ -34,7 +34,7 @@ describe('nuiCall', () => { }) expect(vi.getTimerCount()).toBe(0) expect(fetchMock).toHaveBeenCalledWith( - 'http://localhost:3002/api/test', + 'http://localhost:3001/api/test', expect.objectContaining({ signal: expect.any(AbortSignal) }), ) })