From ebf0beda97b974ecaef118331ce6746d8278ed03 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 23 Jan 2026 08:58:56 +0530 Subject: [PATCH] Fix: litellm/tests/test_proxy_server_non_root.py --- tests/test_proxy_server_non_root.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_proxy_server_non_root.py b/tests/test_proxy_server_non_root.py index 53cdf5588f..aedd3f9202 100644 --- a/tests/test_proxy_server_non_root.py +++ b/tests/test_proxy_server_non_root.py @@ -8,6 +8,7 @@ def test_restructure_ui_html_files_skipped_in_non_root(monkeypatch): - ui_path is "/var/lib/litellm/ui" """ # 1. Setup environment variables and variables + import litellm.proxy.proxy_server monkeypatch.setenv("LITELLM_NON_ROOT", "true") # We need to simulate the execution of the module-level code or