diff --git a/tests/test_clusterv2.py b/tests/test_clusterv2.py index d7d9ff8e..a06cb41a 100644 --- a/tests/test_clusterv2.py +++ b/tests/test_clusterv2.py @@ -222,7 +222,7 @@ def test_azure_storage_config(self): def test_azure_managed_disk_config(self): sys.argv = ['qds.py', '--version', 'v2', '--cloud', 'AZURE', 'cluster', 'create', '--label', 'test_label', '--storage-access-key', 'testkey', '--storage-account-name', 'test_account_name', - '--managed-disk-account-type' 'test_managed_disk'] + '--managed-disk-account-type', 'test_managed_disk'] Qubole.cloud = None print_command() Connection._api_call = Mock(return_value={})