test(opencode): suppress removed models.dev fixture type
This commit is contained in:
parent
10d9d87bc6
commit
de810c1c76
1 changed files with 1 additions and 0 deletions
|
|
@ -1441,6 +1441,7 @@ test("public provider info omits invalid models", () => {
|
||||||
limit: { context: 128_000, output: 16_000 },
|
limit: { context: 128_000, output: 16_000 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
// @ts-expect-error dead V1 fixture uses the removed pre-normalized ModelsDev provider type.
|
||||||
} as unknown as ModelsDev.Provider)
|
} as unknown as ModelsDev.Provider)
|
||||||
provider.models.invalid = {
|
provider.models.invalid = {
|
||||||
...provider.models.valid,
|
...provider.models.valid,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue