1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
This commit is contained in:
Robert Reichel
2021-02-02 13:26:28 -05:00
parent 950090bb54
commit d94db03f5b

View File

@@ -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