Skip to content

Commit a211c94

Browse files
committed
test(wizard): drop stale build_demo stub from claude-code flow test
run_wizard no longer calls flow.build_demo_action_response; the patch raised AttributeError in CI.
1 parent b412445 commit a211c94

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/cli/wizard/test_flow.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,6 @@ def _cli_onboarding(provider):
668668
monkeypatch.setattr(flow, "get_store_path", lambda: store_path)
669669
monkeypatch.setattr(flow, "probe_local_target", lambda _path: ProbeResult("local", True, "ok"))
670670
monkeypatch.setattr(flow, "_run_cli_llm_onboarding", _cli_onboarding)
671-
monkeypatch.setattr(
672-
flow,
673-
"build_demo_action_response",
674-
lambda: {"success": True, "topics": [], "guidance": []},
675-
)
676671
monkeypatch.setattr(
677672
flow,
678673
"save_local_config",

0 commit comments

Comments
 (0)