fix: harden routing/session isolation for followups and heartbeat

This commit is contained in:
Peter Steinberger
2026-02-24 23:13:51 +00:00
parent 7655c0cb3a
commit ccbeb332e0
15 changed files with 209 additions and 15 deletions

View File

@@ -591,6 +591,8 @@ describe("runHeartbeatOnce", () => {
SessionKey: sessionKey,
From: "+1555",
To: "+1555",
OriginatingChannel: "whatsapp",
OriginatingTo: "+1555",
Provider: "heartbeat",
}),
expect.objectContaining({ isHeartbeat: true, suppressToolErrorWarnings: false }),