mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 05:14:02 +00:00
test: count cli command calls
This commit is contained in:
@@ -211,7 +211,7 @@ describe("daemon-cli coverage", () => {
|
||||
"ws://127.0.0.1:18789",
|
||||
);
|
||||
expect(findExtraGatewayServices).not.toHaveBeenCalled();
|
||||
expect(inspectPortUsage).toHaveBeenCalled();
|
||||
expect(inspectPortUsage).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
|
||||
it("derives probe URL from service args + env (json)", async () => {
|
||||
|
||||
Reference in New Issue
Block a user