mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 06:32:43 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -53,7 +53,7 @@ describe("buildPairingReply", () => {
|
||||
expect(text).toContain(`Pairing code: ${testCase.code}`);
|
||||
// CLI commands should respect CLAWDBOT_PROFILE when set (most tests run with isolated profile)
|
||||
const commandRe = new RegExp(
|
||||
`(?:clawdbot|moltbot) --profile isolated pairing approve ${testCase.channel} <code>`,
|
||||
`(?:moltbot|moltbot) --profile isolated pairing approve ${testCase.channel} <code>`,
|
||||
);
|
||||
expect(text).toMatch(commandRe);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user