mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 21:20:46 +00:00
test: update cli guidance assertions
This commit is contained in:
@@ -103,6 +103,8 @@ describe("runDaemonStatus", () => {
|
||||
).rejects.toThrow("__exit__:1");
|
||||
|
||||
expect(gatherDaemonStatus).not.toHaveBeenCalled();
|
||||
expect(runtimeErrors.join("\n")).toContain("--require-rpc cannot be used with --no-probe");
|
||||
expect(runtimeErrors[0]).toBe(
|
||||
"Gateway status failed: --require-rpc needs probing enabled. Remove --no-probe or drop --require-rpc.",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user