test: align matrix acp room binding expectations · openclaw/openclaw@1dc5aad
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1305,7 +1305,7 @@ describe("/acp command", () => {
|
1305 | 1305 | conversation: expect.objectContaining({ |
1306 | 1306 | channel: "matrix", |
1307 | 1307 | accountId: "default", |
1308 | | -conversationId: "room:!room:example.org", |
| 1308 | +conversationId: "!room:example.org", |
1309 | 1309 | }), |
1310 | 1310 | }), |
1311 | 1311 | ); |
@@ -1333,7 +1333,7 @@ describe("/acp command", () => {
|
1333 | 1333 | conversation: expect.objectContaining({ |
1334 | 1334 | channel: "matrix", |
1335 | 1335 | accountId: "default", |
1336 | | -conversationId: "room:!room:example.org", |
| 1336 | +conversationId: "!room:example.org", |
1337 | 1337 | }), |
1338 | 1338 | }), |
1339 | 1339 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。