Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 6e9911f

Browse files
xavieroyjroomote[bot]
andauthored
Update src/api/providers/__tests__/firmware.spec.ts
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 3100931 commit 6e9911f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/api/providers/__tests__/firmware.spec.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ describe("FirmwareHandler", () => {
7171
expect(handler.getModel().id).toBe(mockOptions.firmwareModelId)
7272
})
7373

74-
it("should use default model ID if not provided", () => {
75-
const handlerWithoutModel = new FirmwareHandler({
76-
...mockOptions,
77-
firmwareModelId: undefined,
78-
})
79-
expect(handlerWithoutModel.getModel().id).toBe("claude-sonnet-4-5")
74+
it("should use default model ID if not provided", () => {
75+
const handlerWithoutModel = new FirmwareHandler({
76+
...mockOptions,
77+
firmwareModelId: undefined,
8078
})
79+
expect(handlerWithoutModel.getModel().id).toBe("anthropic/claude-sonnet-4-5-20250929")
80+
})
8181

8282
it("should initialize OpenAI client with correct base URL", () => {
8383
vi.clearAllMocks()

0 commit comments

Comments
 (0)