csp provider tests requests.HTTPError exceptions

This commit is contained in:
2020-02-12 21:32:48 -05:00
parent efe042fac3
commit 88b3df7906
7 changed files with 661 additions and 239 deletions

View File

@@ -69,7 +69,7 @@ def mock_policy():
def mock_azure_exceptions():
from azure.core import exceptions
return Mock(spec=exceptions)
return exceptions
def mock_adal():