(chore) fix merge conflicts

This commit is contained in:
ishaan-jaff 2024-01-22 15:53:12 -08:00
parent b0e642d3d9
commit f31838e983

View file

@ -822,7 +822,6 @@ def test_call_with_key_over_budget_stream(prisma_client):
print("result from user auth with new key", result)
pytest.fail(f"This should have failed!. They key crossed it's budget")
asyncio.run(test())
except Exception as e:
error_detail = e.detail
assert "Authentication Error, ExceededTokenBudget:" in error_detail