From 1abdf03fd32a82dc36c062cae50e268194965e97 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 6 Mar 2026 00:40:23 -0500 Subject: [PATCH] Gateway chat tests: assert explicit deliver route context tagging --- src/gateway/server-methods/chat.directive-tags.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gateway/server-methods/chat.directive-tags.test.ts b/src/gateway/server-methods/chat.directive-tags.test.ts index f9acd15805e..d4f631a21ce 100644 --- a/src/gateway/server-methods/chat.directive-tags.test.ts +++ b/src/gateway/server-methods/chat.directive-tags.test.ts @@ -393,6 +393,7 @@ describe("chat directive tag stripping for non-streaming final payloads", () => expect.objectContaining({ OriginatingChannel: "telegram", OriginatingTo: "telegram:6812765697", + ExplicitDeliverRoute: true, AccountId: "default", MessageThreadId: 42, }), @@ -566,6 +567,7 @@ describe("chat directive tag stripping for non-streaming final payloads", () => expect.objectContaining({ OriginatingChannel: "webchat", OriginatingTo: undefined, + ExplicitDeliverRoute: false, AccountId: undefined, }), );