feat(FN-2119): merge fusion/fn-2119
This commit is contained in:
@@ -720,7 +720,10 @@ describe("aiMergeTask — usage limit detection", () => {
|
||||
"FN-050",
|
||||
"rate_limit_error: Rate limit exceeded",
|
||||
);
|
||||
expect(store.updateSettings).toHaveBeenCalledWith({ globalPause: true });
|
||||
expect(store.updateSettings).toHaveBeenCalledWith({
|
||||
globalPause: true,
|
||||
globalPauseReason: "rate-limit",
|
||||
});
|
||||
});
|
||||
|
||||
it("triggers global pause when session.prompt() resolves with exhausted-retry error on state.error", async () => {
|
||||
|
||||
Reference in New Issue
Block a user