forked from phoenix/litellm-mirror
fix(proxy/_types.py): fix validation check
This commit is contained in:
parent
def648ed3f
commit
d066e0e152
3 changed files with 4 additions and 5 deletions
|
@ -1175,7 +1175,6 @@ def test_generate_and_update_key(prisma_client):
|
|||
asyncio.run(test())
|
||||
except Exception as e:
|
||||
print("Got Exception", e)
|
||||
print(e.message)
|
||||
pytest.fail(f"An exception occurred - {str(e)}")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue