diff --git a/src/auto-reply/reply/commands-acp.test.ts b/src/auto-reply/reply/commands-acp.test.ts index 09416fdb244..1ea6b3edd73 100644 --- a/src/auto-reply/reply/commands-acp.test.ts +++ b/src/auto-reply/reply/commands-acp.test.ts @@ -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", }), }), );