Skip to content

Commit 8aff492

Browse files
committed
test: Fix missing model id
1 parent 5013bd9 commit 8aff492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/CodexACPAgent/e2e/spawned-agent-fixture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type {PermissionResponder} from "./permission-responders";
1010
import type {LegacyNewSessionResponse} from "../../../AcpExtensions";
1111

1212
export const DEFAULT_TEST_MODEL_ID = ModelId.create("gpt-5.2", "none");
13-
export const OTHER_TEST_MODEL_ID = ModelId.create("gpt-5.3-codex", "low");
13+
export const OTHER_TEST_MODEL_ID = ModelId.create("gpt-5.4-mini", "low");
1414

1515
export interface TestSkill {
1616
readonly name: string;

0 commit comments

Comments
 (0)