diff --git a/src/routes/sdk.event.test.ts b/src/routes/sdk.event.test.ts index 05ff406..2510a17 100644 --- a/src/routes/sdk.event.test.ts +++ b/src/routes/sdk.event.test.ts @@ -75,7 +75,7 @@ describe('POST /api/sdk/v1/links', () => { const insertCall = mockQuery.mock.calls[1]; expect(insertCall[0]).toMatch(/INSERT INTO links/); - expect(insertCall[1][3]).toBe('https://example.com/emoji/detail'); + expect(insertCall[1][3]).toBe('https://angkorlifes.com'); await app.close(); });