Skip to content

Commit c118295

Browse files
munkhuushmgldandhlee
authored andcommitted
chore: refactor translation automl test (#113)
Fixes #111 🦕
1 parent 6166d46 commit c118295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/snippets/dataset_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
2525
compute_region = "us-central1"
26+
dataset_id = "TRL3876092572857648864"
2627

2728

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

6364
# get dataset
64-
dataset_id = list_dataset_output[2].split()[2]
6565
automl_translation_dataset.get_dataset(
6666
project_id, compute_region, dataset_id
6767
)

0 commit comments

Comments
 (0)