mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 10:50:44 +00:00
test: tighten auth health assertion
This commit is contained in:
@@ -150,7 +150,7 @@ describe("buildAuthHealthSummary", () => {
|
||||
warnAfterMs: DEFAULT_OAUTH_WARN_MS,
|
||||
});
|
||||
|
||||
expect(profileStatuses(summary)).toMatchObject({
|
||||
expect(profileStatuses(summary)).toEqual({
|
||||
"openai-codex:default": "expired",
|
||||
"openai-codex:named": "ok",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user