azure csp tests catch exceptions resulting from raised requests exceptions

This commit is contained in:
2020-02-11 15:32:47 -05:00
parent 441e81ba8d
commit 41e2ae5253
9 changed files with 440 additions and 239 deletions

View File

@@ -45,7 +45,6 @@ def test_create_tenant(mock_csp: MockCloudProvider):
last_name="Tenet",
country_code="US",
password_recovery_email_address="thomas@promptworks.com",
)
)
result = mock_csp.create_tenant(payload)