forked from phoenix/litellm-mirror
(ci/cd) test fixture
This commit is contained in:
parent
d9fd38ae16
commit
050c289ed1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ async def wrapper_startup_event():
|
||||||
|
|
||||||
# Here you create a fixture that will be used by your tests
|
# Here you create a fixture that will be used by your tests
|
||||||
# Make sure the fixture returns TestClient(app)
|
# Make sure the fixture returns TestClient(app)
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(scope="function")
|
||||||
def client():
|
def client():
|
||||||
from litellm.proxy.proxy_server import cleanup_router_config_variables, initialize
|
from litellm.proxy.proxy_server import cleanup_router_config_variables, initialize
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue