mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
chore: update molt.bot domains
This commit is contained in:
@@ -52,9 +52,10 @@ describe("buildPairingReply", () => {
|
||||
expect(text).toContain(testCase.idLine);
|
||||
expect(text).toContain(`Pairing code: ${testCase.code}`);
|
||||
// CLI commands should respect CLAWDBOT_PROFILE when set (most tests run with isolated profile)
|
||||
expect(text).toContain(
|
||||
`clawdbot --profile isolated pairing approve ${testCase.channel} <code>`,
|
||||
const commandRe = new RegExp(
|
||||
`(?:clawdbot|moltbot) --profile isolated pairing approve ${testCase.channel} <code>`,
|
||||
);
|
||||
expect(text).toMatch(commandRe);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user