From 968bba5c18caaa22e0dffee2c7cf3aa963730494 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 16 Feb 2026 23:31:16 +0000 Subject: [PATCH] refactor(telegram): remove duplicate poll dispatch branch --- src/channels/plugins/actions/actions.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channels/plugins/actions/actions.test.ts b/src/channels/plugins/actions/actions.test.ts index 09742cd22d..8e1d4ffba2 100644 --- a/src/channels/plugins/actions/actions.test.ts +++ b/src/channels/plugins/actions/actions.test.ts @@ -506,7 +506,7 @@ describe("telegramMessageActions", () => { expect(handleTelegramAction).toHaveBeenCalledWith( expect.objectContaining({ - action: "sendPoll", + action: "poll", to: "-100123", question: "Ready?", options: ["Yes", "No", "Maybe"],