Skip to content

Commit 691998e

Browse files
committed
test(workflow): follow provider availability rename
1 parent 5c1ddea commit 691998e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workflow-engine.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ import type { LocalAgentProfile } from "./local-agent-profiles.js";
526526
concurrency: 1,
527527
signal: new AbortController().signal,
528528
workspaceRoot: dir,
529-
enabledProviders: ["codex"],
529+
availableProviders: ["codex"],
530530
runProvider: async () => ({
531531
finalResponse: JSON.stringify({ big }),
532532
structured: { big },

0 commit comments

Comments
 (0)