fix(proxy/_types.py): fix validation check

This commit is contained in:
Krrish Dholakia 2024-06-08 22:56:56 -07:00
parent def648ed3f
commit d066e0e152
3 changed files with 4 additions and 5 deletions

View file

@ -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)}")