forked from phoenix/litellm-mirror
test: fix testing
This commit is contained in:
parent
a5ce084a2c
commit
6974b45c75
2 changed files with 11 additions and 7 deletions
|
@ -1953,7 +1953,7 @@ async def test_upperbound_key_params(prisma_client):
|
|||
key = await generate_key_fn(request)
|
||||
# print(result)
|
||||
except Exception as e:
|
||||
assert e.code == 400
|
||||
assert e.code == str(400)
|
||||
|
||||
|
||||
def test_get_bearer_token():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue