mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
test(telegram): remove duplicate durable target case (#129883)
Amp-Thread-ID: https://ampcode.com/threads/T-01a037b5-3918-749f-90bd-5c9ac1dced16 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
committed by
GitHub
parent
9719616435
commit
f4ebfd59a7
@@ -138,10 +138,6 @@ describe("telegram numeric target normalization", () => {
|
||||
});
|
||||
|
||||
describe("normalizeTelegramOutboundTarget", () => {
|
||||
it("normalizes legacy durable group retry targets for Telegram sends", () => {
|
||||
expect(normalizeTelegramOutboundTarget("group:-1001234567890")).toBe("-1001234567890");
|
||||
});
|
||||
|
||||
it("normalizes legacy durable group retry targets with topic suffixes", () => {
|
||||
expect(normalizeTelegramOutboundTarget("group:-1001234567890:topic:77")).toBe(
|
||||
"-1001234567890:topic:77",
|
||||
|
||||
Reference in New Issue
Block a user