Tests: update Matrix agent bind fixtures

This commit is contained in:
Gustavo Madeira Santana
2026-03-19 08:31:38 -04:00
parent f8eb23de1c
commit 16129272dc
2 changed files with 20 additions and 14 deletions

View File

@@ -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,