forked from phoenix/litellm-mirror
(fix) test proxy
This commit is contained in:
parent
2eb66642c4
commit
b6798c703a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def get_client(config_fp):
|
|||
return TestClient(app)
|
||||
|
||||
|
||||
def test_custom_auth(client):
|
||||
def test_custom_auth():
|
||||
try:
|
||||
client = get_client(config_fp="test_config_custom_auth.yaml")
|
||||
# Your test data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue