mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(utils.py): only return non-null default values
This commit is contained in:
parent
fd72aa3ac5
commit
83180c50f7
2 changed files with 7 additions and 3 deletions
|
@ -1236,7 +1236,7 @@ def test_generate_and_update_key(prisma_client):
|
|||
asyncio.run(test())
|
||||
except Exception as e:
|
||||
print("Got Exception", e)
|
||||
pytest.fail(f"An exception occurred - {str(e)}")
|
||||
pytest.fail(f"An exception occurred - {str(e)}\n{traceback.format_exc()}")
|
||||
|
||||
|
||||
def test_key_generate_with_custom_auth(prisma_client):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue