Skip to content

Commit

Permalink
test: let "alias" change with "dataset_name" in "TestDataset"
Browse files Browse the repository at this point in the history
PR Closed: #1156
  • Loading branch information
zhen.chen authored and AChenQ committed Dec 8, 2021
1 parent 92fbb1b commit a5061cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_create_fusion_dataset(self, accesskey, url):
def test_create_dataset_with_alias(self, accesskey, url):
gas_client = GAS(access_key=accesskey, url=url)
dataset_name = get_dataset_name()
alias = "alias"
alias = f"{dataset_name}_alias"

dataset_client = gas_client.create_dataset(dataset_name, alias=alias)
assert dataset_client.dataset_id is not None
Expand Down

0 comments on commit a5061cc

Please sign in to comment.