mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(fix) test proxy
This commit is contained in:
parent
9dd31bdcc5
commit
a9824ee583
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def get_client(config_fp):
|
||||||
return TestClient(app)
|
return TestClient(app)
|
||||||
|
|
||||||
|
|
||||||
def test_custom_auth(client):
|
def test_custom_auth():
|
||||||
try:
|
try:
|
||||||
client = get_client(config_fp="test_config_custom_auth.yaml")
|
client = get_client(config_fp="test_config_custom_auth.yaml")
|
||||||
# Your test data
|
# Your test data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue