From 050c289ed1653f56eb1798d3b94f0f398d6df850 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 5 Jan 2024 22:15:08 +0530 Subject: [PATCH] (ci/cd) test fixture --- litellm/tests/test_proxy_server_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_proxy_server_keys.py b/litellm/tests/test_proxy_server_keys.py index ef683e0e3..7f25ae9b8 100644 --- a/litellm/tests/test_proxy_server_keys.py +++ b/litellm/tests/test_proxy_server_keys.py @@ -63,7 +63,7 @@ async def wrapper_startup_event(): # Here you create a fixture that will be used by your tests # Make sure the fixture returns TestClient(app) -@pytest.fixture(autouse=True) +@pytest.fixture(scope="function") def client(): from litellm.proxy.proxy_server import cleanup_router_config_variables, initialize