test: fix rag_integration test after theme removal

This commit is contained in:
2026-05-10 12:27:21 -04:00
parent 0b005a719e
commit c8ad740b1b
+1 -1
View File
@@ -32,7 +32,7 @@ def test_rag_integration(mock_project):
with patch('src.app_controller.AppController._fetch_models'), \
patch('src.models.load_config', return_value={}), \
patch('src.paths.get_full_path_info', return_value={'logs_dir': {'path': mock_project}, 'scripts_dir': {'path': mock_project}}), \
patch('src.theme.load_from_config'):
patch('src.theme_2.load_from_config'):
app = AppController()
# Minimal state setup for _handle_request_event
app.ui_global_system_prompt = ""