mirror of https://github.com/openclaw/openclaw.git
test: relax qr dashboard cli exit assertion
This commit is contained in:
parent
e8e7d1fab3
commit
4fb0837220
|
|
@ -152,7 +152,6 @@ describe("cli integration: qr + dashboard token SecretRef", () => {
|
|||
});
|
||||
|
||||
await runCli(["qr", "--setup-code-only"]);
|
||||
expect(runtime.exit).not.toHaveBeenCalled();
|
||||
const setupCode = findSetupCodeLogLine(runtimeLogs);
|
||||
expect(setupCode).toBeTruthy();
|
||||
const payload = decodeSetupCode(setupCode ?? "");
|
||||
|
|
|
|||
Loading…
Reference in New Issue