diff --git a/extensions/discord/src/send.webhook-activity.test.ts b/extensions/discord/src/send.webhook-activity.test.ts index 91b9c66feae..812132d3261 100644 --- a/extensions/discord/src/send.webhook-activity.test.ts +++ b/extensions/discord/src/send.webhook-activity.test.ts @@ -100,7 +100,7 @@ describe("sendWebhookMessageDiscord activity", () => { }); expect(fetch).toHaveBeenCalledWith( - expect.any(String), + "https://discord.com/api/v10/webhooks/wh-1/tok-1?wait=true&thread_id=thread-1", expect.objectContaining({ body: expect.stringContaining('"content":"hello <@123456789012345678>"'), }),