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
PR Closed: #937
  • Loading branch information
zhen.chen authored and AChenQ committed Aug 17, 2021
1 parent 1019d02 commit 7407874
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 7407874

Please sign in to comment.