From 80e9737db4be80a58f383bf68458969277e26bd1 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Mar 2026 23:54:52 +0000 Subject: [PATCH] test: align discord action expectation --- extensions/discord/src/channel-actions.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/discord/src/channel-actions.test.ts b/extensions/discord/src/channel-actions.test.ts index ddc1e01c10c..8c68b57d5b7 100644 --- a/extensions/discord/src/channel-actions.test.ts +++ b/extensions/discord/src/channel-actions.test.ts @@ -101,7 +101,6 @@ describe("discordMessageActions", () => { }); expect(handleDiscordMessageActionMock).toHaveBeenCalledWith({ - channel: "discord", action: "send", params: { to: "channel:123", text: "hello" }, cfg,