refactor(test): remove remaining command test duplication

This commit is contained in:
Peter Steinberger
2026-02-16 16:52:53 +00:00
parent 0d51869c3c
commit 5b185da366
5 changed files with 73 additions and 103 deletions

View File

@@ -462,18 +462,7 @@ describe("models list/status", () => {
const { toModelRow } = await import("./models/list.registry.js");
const row = toModelRow({
model: {
provider: "google-antigravity",
id: "claude-opus-4-6-thinking",
name: "Claude Opus 4.6 Thinking",
api: "google-gemini-cli",
input: ["text", "image"],
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
contextWindow: 200000,
maxTokens: 64000,
reasoning: true,
cost: { input: 5, output: 25, cacheRead: 0.5, cacheWrite: 6.25 },
},
model: makeGoogleAntigravityTemplate("claude-opus-4-6-thinking", "Claude Opus 4.6 Thinking"),
key: "google-antigravity/claude-opus-4-6-thinking",
tags: [],
availableKeys: undefined,