오류 수정

This commit is contained in:
2026-07-31 12:08:46 +09:00
parent 23816a9f5a
commit ae7378a2b1
+1 -1
View File
@@ -75,7 +75,7 @@ describe('POST /api/sdk/v1/links', () => {
const insertCall = mockQuery.mock.calls[1]; const insertCall = mockQuery.mock.calls[1];
expect(insertCall[0]).toMatch(/INSERT INTO links/); 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(); await app.close();
}); });