Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed Aug 17, 2021
1 parent e5a87be commit 9b512fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/aiplatform/test_training_jobs.py
Expand Up @@ -1736,7 +1736,7 @@ def test_run_call_pipeline_service_create_with_nontabular_dataset_without_model_
)

true_managed_model = gca_model.Model(
display_name=_TEST_DISPLAY_NAME + "-model",
display_name=_TEST_MODEL_DISPLAY_NAME,
labels=_TEST_LABELS,
description=_TEST_MODEL_DESCRIPTION,
container_spec=true_container_spec,
Expand Down

0 comments on commit 9b512fd

Please sign in to comment.