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