From 03904a7e9cef23c80ba821076e82e35c64df8c33 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 12 Apr 2026 16:22:58 +0100 Subject: [PATCH] test(agents): update Matrix ACP delivery expectation --- src/agents/acp-spawn.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/agents/acp-spawn.test.ts b/src/agents/acp-spawn.test.ts index b43e763ac1b..d57b18c1697 100644 --- a/src/agents/acp-spawn.test.ts +++ b/src/agents/acp-spawn.test.ts @@ -629,7 +629,7 @@ describe("spawnAcpDirect", () => { expectAgentGatewayCall({ deliver: true, channel: "matrix", - to: "channel:!room:example", + to: "room:!room:example", threadId: "child-thread", }); }); @@ -689,7 +689,7 @@ describe("spawnAcpDirect", () => { expectAgentGatewayCall({ deliver: true, channel: "matrix", - to: "channel:!Room:Example.org", + to: "room:!Room:Example.org", threadId: "child-thread", }); }); @@ -751,7 +751,7 @@ describe("spawnAcpDirect", () => { expectAgentGatewayCall({ deliver: true, channel: "matrix", - to: "channel:!Room:Example.org", + to: "room:!Room:Example.org", threadId: "child-thread", }); });