mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 14:34:47 +00:00
test: tighten doctor version note assertion
This commit is contained in:
@@ -49,7 +49,7 @@ describe("checkGatewayHealth", () => {
|
||||
timeoutMs: 6000,
|
||||
});
|
||||
expect(runtime.error).not.toHaveBeenCalled();
|
||||
expect(note).not.toHaveBeenCalledWith(expect.any(String), "OpenClaw version mismatch");
|
||||
expect(note.mock.calls.map(([, title]) => title)).not.toContain("OpenClaw version mismatch");
|
||||
});
|
||||
|
||||
it("notes CLI and gateway version mismatch when the gateway reports another runtime version", async () => {
|
||||
|
||||
Reference in New Issue
Block a user