mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 02:22:25 +00:00
test: type empty provider model fixture
This commit is contained in:
@@ -52,7 +52,10 @@ describe("models-config merge helpers", () => {
|
||||
it("merges explicit providers onto trimmed keys", () => {
|
||||
const merged = mergeProviders({
|
||||
explicit: {
|
||||
" custom ": { api: "openai-responses", models: [] } as ProviderConfig,
|
||||
" custom ": {
|
||||
api: "openai-responses",
|
||||
models: [] as ProviderConfig["models"],
|
||||
} as ProviderConfig,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user