Browse Source

Update test_octodns_provider_azuredns.py

pull/669/head
Robert Reichel 5 years ago
parent
commit
290a630303
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_provider_azuredns.py

+ 1
- 1
tests/test_octodns_provider_azuredns.py 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


Loading…
Cancel
Save