test: align matrix acp room binding expectations

This commit is contained in:
Peter Steinberger
2026-04-22 22:30:12 +01:00
parent 8a3e130db8
commit 1dc5aad316

View File

@@ -1305,7 +1305,7 @@ describe("/acp command", () => {
conversation: expect.objectContaining({
channel: "matrix",
accountId: "default",
conversationId: "room:!room:example.org",
conversationId: "!room:example.org",
}),
}),
);
@@ -1333,7 +1333,7 @@ describe("/acp command", () => {
conversation: expect.objectContaining({
channel: "matrix",
accountId: "default",
conversationId: "room:!room:example.org",
conversationId: "!room:example.org",
}),
}),
);