mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 15:31:07 +00:00
Tests: update Matrix agent bind fixtures
This commit is contained in:
@@ -174,7 +174,7 @@ describe("registerAgentCommands", () => {
|
||||
"--agent",
|
||||
"ops",
|
||||
"--bind",
|
||||
"matrix-js:ops",
|
||||
"matrix:ops",
|
||||
"--bind",
|
||||
"telegram",
|
||||
"--json",
|
||||
@@ -182,7 +182,7 @@ describe("registerAgentCommands", () => {
|
||||
expect(agentsBindCommandMock).toHaveBeenCalledWith(
|
||||
{
|
||||
agent: "ops",
|
||||
bind: ["matrix-js:ops", "telegram"],
|
||||
bind: ["matrix:ops", "telegram"],
|
||||
json: true,
|
||||
},
|
||||
runtime,
|
||||
|
||||
Reference in New Issue
Block a user