Skip to content

Commit be0a9c8

Browse files
committed
test(server): update wsServer tests to use Claude model configuration
1 parent 85507b5 commit be0a9c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/server/src/wsServer.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ describe("WebSocket Server", () => {
744744
workspaceRoot: "/test/bootstrap-workspace",
745745
title: "bootstrap-workspace",
746746
defaultModelSelection: {
747-
provider: "codex",
748-
model: "gpt-5-codex",
747+
provider: "claudeAgent",
748+
model: "claude-opus-4-6",
749749
},
750750
}),
751751
]),
@@ -757,8 +757,8 @@ describe("WebSocket Server", () => {
757757
projectId: bootstrapProjectId,
758758
title: "New thread",
759759
modelSelection: {
760-
provider: "codex",
761-
model: "gpt-5-codex",
760+
provider: "claudeAgent",
761+
model: "claude-opus-4-6",
762762
},
763763
branch: null,
764764
worktreePath: null,

0 commit comments

Comments
 (0)