mirror of
				https://github.com/github/octodns.git
				synced 2024-05-11 05:55:00 +00:00 
			
		
		
		
	Remove unused client ref
This commit is contained in:
		@@ -392,7 +392,7 @@ class TestAzureDnsProvider(TestCase):
 | 
				
			|||||||
                                 '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
 | 
					        provider._dns_client
 | 
				
			||||||
        return provider
 | 
					        return provider
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def test_populate_records(self):
 | 
					    def test_populate_records(self):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user