Skip to content

Commit f721e14

Browse files
committed
test(telegram): trim webhook shutdown assertion
1 parent ab14442 commit f721e14

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extensions/telegram/src/webhook.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,10 +1055,6 @@ describe("startTelegramWebhook", () => {
10551055
});
10561056

10571057
abort.abort();
1058-
// Webhook should persist across restarts so transient channel lifecycle
1059-
// events (config reload, health-check restart) do not clear the Telegram
1060-
// webhook and cause message loss. The next startup calls setWebhook,
1061-
// which replaces the old webhook URL on Telegram's side.
10621058
expect(deleteWebhookSpy).toHaveBeenCalledTimes(0);
10631059
});
10641060
});

0 commit comments

Comments
 (0)