Remove unused client ref

This commit is contained in:
Robert Reichel
2021-02-02 13:34:15 -05:00
parent 290a630303
commit ec0b309437
+1 -1
View File
@@ -392,7 +392,7 @@ class TestAzureDnsProvider(TestCase):
'mock_directory', 'mock_sub', 'mock_rg'
)
# Fetch the client to force it to load the creds
client = provider._dns_client
provider._dns_client
return provider
def test_populate_records(self):