Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: refactor translation automl test (#113)
Browse files Browse the repository at this point in the history

Fixes #111  馃
  • Loading branch information
munkhuushmgl committed Dec 22, 2020
1 parent b89fb00 commit ca2b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/dataset_test.py
Expand Up @@ -23,6 +23,7 @@

project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
compute_region = "us-central1"
dataset_id = "TRL3876092572857648864"


@pytest.mark.slow
Expand Down Expand Up @@ -61,7 +62,6 @@ def test_dataset_list_get(capsys):
assert "Dataset id: " in list_dataset_output[2]

# get dataset
dataset_id = list_dataset_output[2].split()[2]
automl_translation_dataset.get_dataset(
project_id, compute_region, dataset_id
)
Expand Down

0 comments on commit ca2b8f1

Please sign in to comment.