Skip to content

Commit

Permalink
test: correct the path of list_auth_data to absolute path in test_cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen.chen committed Aug 17, 2021
1 parent ad54500 commit da48e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_import_dataset_from_azure(self, accesskey, url):
except ResourceNotExistError:
pytest.skip("skip this case because there's no 'azure_china_config_files' config")

auth_data = cloud_client.list_auth_data("03")
auth_data = cloud_client.list_auth_data("test/03/")
dataset_name = get_dataset_name()
dataset_client = gas_client.create_auth_dataset(dataset_name, "azure_china_config_01")

Expand Down

0 comments on commit da48e76

Please sign in to comment.