From 2811cc230b3bbb0ecf92e9898c2f0ceeb75acf19 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 5 Jul 2026 20:02:17 -0400 Subject: [PATCH] test: remove stale ui_gemini_cli_path from test_view_presets ui_gemini_cli_path was removed from AppController.__init__ in t1.3; this stray setter survived in the test fixture scaffold (no behavioral test value). --- tests/test_view_presets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_view_presets.py b/tests/test_view_presets.py index fc27520c..159f1f77 100644 --- a/tests/test_view_presets.py +++ b/tests/test_view_presets.py @@ -24,8 +24,7 @@ def controller(tmp_path): ctrl.ui_project_conductor_dir = "conductor" ctrl.ui_project_system_prompt = "" ctrl.ui_project_preset_name = None - ctrl.ui_gemini_cli_path = "gemini" - ctrl.ui_word_wrap = True + ctrl.ui_auto_add_history = False ctrl.ui_auto_scroll_comms = True ctrl.ui_auto_scroll_tool_calls = True