Fix TS2352 narrowing cast in model test

This commit is contained in:
Rudi Cilibrasi 2026-03-20 16:18:22 -07:00 committed by Rudi Cilibrasi
parent eff18880e1
commit 8dfd3a1875

View File

@ -837,7 +837,7 @@ describe("resolveModel", () => {
},
},
},
} as OpenClawConfig;
} as unknown as OpenClawConfig;
const result = resolveModel("openai-codex", "gpt-5.4", "/tmp/agent", cfg);