|
|
|
@ -389,7 +389,8 @@ class TestAzureDnsProvider(TestCase): |
|
|
|
:type return: AzureProvider |
|
|
|
''' |
|
|
|
provider = AzureProvider('mock_id', 'mock_client', 'mock_key', |
|
|
|
'mock_directory', 'mock_sub', 'mock_rg') |
|
|
|
'mock_directory', 'mock_sub', 'mock_rg' |
|
|
|
) |
|
|
|
# Fetch the client to force it to load the creds |
|
|
|
client = provider._dns_client |
|
|
|
return provider |
|
|
|
|