From d94db03f5b32dc95d8f63cfe7c6a3a8eec8542fd Mon Sep 17 00:00:00 2001 From: Robert Reichel Date: Tue, 2 Feb 2021 13:26:28 -0500 Subject: [PATCH] Fix lint --- tests/test_octodns_provider_azuredns.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_octodns_provider_azuredns.py b/tests/test_octodns_provider_azuredns.py index 8f840f0..2b048c0 100644 --- a/tests/test_octodns_provider_azuredns.py +++ b/tests/test_octodns_provider_azuredns.py @@ -389,7 +389,8 @@ class TestAzureDnsProvider(TestCase): :type return: AzureProvider ''' 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 client = provider._dns_client return provider