forked from phoenix/litellm-mirror
test fix _get_bearer_token
This commit is contained in:
parent
5cb8c0557e
commit
94aa6ec543
1 changed files with 1 additions and 1 deletions
|
@ -1779,7 +1779,7 @@ async def test_upperbound_key_params(prisma_client):
|
|||
|
||||
|
||||
def test_get_bearer_token():
|
||||
from litellm.proxy.proxy_server import _get_bearer_token
|
||||
from litellm.proxy.auth.user_api_key_auth import _get_bearer_token
|
||||
|
||||
# Test valid Bearer token
|
||||
api_key = "Bearer valid_token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue