Fix: litellm/tests/test_proxy_server_non_root.py

This commit is contained in:
Sameer Kankute
2026-01-23 08:58:56 +05:30
parent 066eb7f387
commit ebf0beda97
+1
View File
@@ -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