mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 14:22:16 +00:00
Fix: litellm/tests/test_proxy_server_non_root.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user