test(telegram): align stop-phrase sequential key expectation (#25034)

This commit is contained in:
Peter Steinberger 2026-02-24 04:16:17 +00:00 committed by GitHub
parent 1237516ae8
commit f6b4baa776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ describe("createTelegramBot", () => {
getTelegramSequentialKey({
message: mockMessage({ chat: mockChat({ id: 123 }), text: "stop please" }),
}),
).toBe("telegram:123");
).toBe("telegram:123:control");
expect(
getTelegramSequentialKey({
message: mockMessage({ chat: mockChat({ id: 123 }), text: "/abort" }),