Skip to content

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 authored Dec 22, 2020
1 parent d98a59a commit 660077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/snippets/dataset_test.py
Original file line number Diff line number Diff line change
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 660077a

Please sign in to comment.