mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:48:38 +00:00
refactor(telegram): remove duplicate poll dispatch branch
This commit is contained in:
@@ -506,7 +506,7 @@ describe("telegramMessageActions", () => {
|
|||||||
|
|
||||||
expect(handleTelegramAction).toHaveBeenCalledWith(
|
expect(handleTelegramAction).toHaveBeenCalledWith(
|
||||||
expect.objectContaining({
|
expect.objectContaining({
|
||||||
action: "sendPoll",
|
action: "poll",
|
||||||
to: "-100123",
|
to: "-100123",
|
||||||
question: "Ready?",
|
question: "Ready?",
|
||||||
options: ["Yes", "No", "Maybe"],
|
options: ["Yes", "No", "Maybe"],
|
||||||
|
|||||||
Reference in New Issue
Block a user