mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +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