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:
@@ -390,7 +390,7 @@ class TestAzureDnsProvider(TestCase):
|
|||||||
'''
|
'''
|
||||||
provider = AzureProvider('mock_id', 'mock_client', 'mock_key',
|
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
|
# Fetch the client to force it to load the creds
|
||||||
client = provider._dns_client
|
client = provider._dns_client
|
||||||
return provider
|
return provider
|
||||||
|
|||||||
Reference in New Issue
Block a user