mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 23:34:44 +00:00
test: tighten assistant failover warning assertion
This commit is contained in:
@@ -116,7 +116,7 @@ describe("handleAssistantFailover", () => {
|
||||
);
|
||||
|
||||
expect(outcome.action).toBe("retry");
|
||||
expect(warn).not.toHaveBeenCalledWith(expect.stringContaining("Profile undefined"));
|
||||
expect(warn).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user