1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update test_octodns_provider_azuredns.py

This commit is contained in:
Robert Reichel
2021-02-02 13:29:52 -05:00
parent c83e765acc
commit 290a630303

View File

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