Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepBelagavi committed Oct 5, 2020
1 parent 8ae477e commit c51b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clusterv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={})
Expand Down

0 comments on commit c51b53e

Please sign in to comment.