Skip to content

Commit b39fdb9

Browse files
committed
Remove unneeded but failing test case
Signed-off-by: Geoff Wilson <[email protected]>
1 parent 86fd178 commit b39fdb9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/api/__tests__/index.spec.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -350,15 +350,6 @@ describe("API Environment Variable Integration", () => {
350350
const handler = buildApiHandler(config) as any
351351
expect(handler.provider).toBe("bedrock")
352352
})
353-
354-
it("should not modify options for providers that don't have env var flags", () => {
355-
const config: ProviderSettings = {
356-
apiProvider: "ollama",
357-
}
358-
359-
const handler = buildApiHandler(config) as any
360-
expect(handler.provider).toBe("ollama")
361-
})
362353
})
363354

364355
describe("edge cases", () => {

0 commit comments

Comments
 (0)