From c80017e7043cef2b3f7e1a61d632a5ffca5c00de Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 16 Feb 2026 05:39:42 +0000 Subject: [PATCH] test: trim duplicate z.ai provider alias case --- src/commands/models.list.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/commands/models.list.test.ts b/src/commands/models.list.test.ts index 27e2b1af0..efb3e9373 100644 --- a/src/commands/models.list.test.ts +++ b/src/commands/models.list.test.ts @@ -200,10 +200,6 @@ describe("models list/status", () => { expect(runtime.log.mock.calls[0]?.[0]).toBe("zai/glm-4.7"); }); - it("models list provider filter normalizes z.ai alias", async () => { - await expectZaiProviderFilter("z.ai"); - }); - it("models list provider filter normalizes Z.AI alias casing", async () => { await expectZaiProviderFilter("Z.AI"); });