mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
test: allow daemon start hints to grow on linux (#54058) (thanks @byungsker)
This commit is contained in:
@@ -236,7 +236,7 @@ describe("runServiceRestart token drift", () => {
|
||||
const payload = readJsonLog<{ ok?: boolean; result?: string; hints?: string[] }>();
|
||||
expect(payload.ok).toBe(true);
|
||||
expect(payload.result).toBe("not-loaded");
|
||||
expect(payload.hints).toEqual(["openclaw gateway install"]);
|
||||
expect(payload.hints).toEqual(expect.arrayContaining(["openclaw gateway install"]));
|
||||
expect(service.restart).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user