test: tighten auth health assertion

This commit is contained in:
Peter Steinberger
2026-05-09 13:33:03 +01:00
parent 0cd121ff06
commit 854fd2a9eb

View File

@@ -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",
});