mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:41:23 +00:00
fix: keep oauth profile stable
This commit is contained in:
@@ -145,7 +145,7 @@ describe("resolveAuthProfileOrder", () => {
|
||||
},
|
||||
provider: "anthropic",
|
||||
});
|
||||
expect(order).toEqual(["anthropic:b", "anthropic:a", "anthropic:c"]);
|
||||
expect(order).toEqual(["anthropic:a", "anthropic:b", "anthropic:c"]);
|
||||
});
|
||||
|
||||
it("pushes cooldown profiles to the end, ordered by cooldown expiry", () => {
|
||||
|
||||
Reference in New Issue
Block a user