test: tighten assistant failover warning assertion

This commit is contained in:
Shakker
2026-05-11 01:29:10 +01:00
parent 06d025be0f
commit 38e72b020e

View File

@@ -116,7 +116,7 @@ describe("handleAssistantFailover", () => {
);
expect(outcome.action).toBe("retry");
expect(warn).not.toHaveBeenCalledWith(expect.stringContaining("Profile undefined"));
expect(warn).not.toHaveBeenCalled();
});
});