test(agents): update Matrix ACP delivery expectation

This commit is contained in:
Peter Steinberger
2026-04-12 16:22:58 +01:00
parent 6a189eec0b
commit 03904a7e9c

View File

@@ -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",
});
});