From 317a6bcb54ba11fa09adecc881aba0b2eac07ede Mon Sep 17 00:00:00 2001 From: Tideclaw Date: Mon, 15 Jun 2026 07:54:07 +0000 Subject: [PATCH] test: type exec event send policy fixture --- src/auto-reply/reply/dispatch-from-config.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/auto-reply/reply/dispatch-from-config.test.ts b/src/auto-reply/reply/dispatch-from-config.test.ts index 3ca25f9966e0..39ff7f4aadc6 100644 --- a/src/auto-reply/reply/dispatch-from-config.test.ts +++ b/src/auto-reply/reply/dispatch-from-config.test.ts @@ -1678,6 +1678,8 @@ describe("dispatchReplyFromConfig", () => { it("recovers exec-event route from persisted session delivery context", () => { const entry = { + sessionId: "session-main", + updatedAt: 0, deliveryContext: { channel: "telegram", to: "telegram:999", @@ -1823,6 +1825,8 @@ describe("dispatchReplyFromConfig", () => { it("honors sendPolicy deny for recovered exec-event delivery channel", () => { const entry = { + sessionId: "session-main", + updatedAt: 0, deliveryContext: { channel: "telegram", to: "telegram:999",