From c8ad740b1be3e78412d5077033fb78ca5fec48f2 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 10 May 2026 12:27:21 -0400 Subject: [PATCH] test: fix rag_integration test after theme removal --- tests/test_rag_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rag_integration.py b/tests/test_rag_integration.py index 27eb24c..5ddaa24 100644 --- a/tests/test_rag_integration.py +++ b/tests/test_rag_integration.py @@ -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 = ""