mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 08:24:52 +00:00
Update tests/test_litellm/proxy/ui_crud_endpoints/test_proxy_setting_endpoints.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
c60f1dd590
commit
c95783e641
@@ -128,12 +128,6 @@ class TestProxySettingEndpoints:
|
||||
|
||||
from litellm.proxy.proxy_server import proxy_config
|
||||
|
||||
monkeypatch.setattr(
|
||||
proxy_config, "get_config", lambda: empty_config # sync, wrapped by endpoint
|
||||
)
|
||||
|
||||
import asyncio
|
||||
|
||||
async def mock_get_config():
|
||||
return empty_config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user