From 1f2ee49fc193e2a57348ae2e7223b76030dbed73 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 1 Aug 2026 15:59:29 +0200 Subject: [PATCH] test(models): isolate auth-backed catalog coverage --- src/commands/models/list.list-command.forward-compat.test.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/commands/models/list.list-command.forward-compat.test.ts b/src/commands/models/list.list-command.forward-compat.test.ts index 41b0469873be..2284c9b6f54c 100644 --- a/src/commands/models/list.list-command.forward-compat.test.ts +++ b/src/commands/models/list.list-command.forward-compat.test.ts @@ -689,6 +689,11 @@ describe("modelsListCommand forward-compat", () => { provider: "google", key: "google-fixture", }, + "openai:platform": { + type: "api_key", + provider: "openai", + key: "openai-fixture", + }, }, order: {}, });