From ae7378a2b120d59182ee17c47410a4fbd4a0775f Mon Sep 17 00:00:00 2001 From: "Beomhee.Lee" Date: Fri, 31 Jul 2026 12:08:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/sdk.event.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });