fix(pairing): accept positional provider args
This commit is contained in:
@@ -37,7 +37,7 @@ describe("buildPairingReply", () => {
|
||||
expect(text).toContain(testCase.idLine);
|
||||
expect(text).toContain(`Pairing code: ${testCase.code}`);
|
||||
expect(text).toContain(
|
||||
`clawdbot pairing approve --provider ${testCase.provider} <code>`,
|
||||
`clawdbot pairing approve ${testCase.provider} <code>`,
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user