Skip to content

Commit

Permalink
Fixed integration test for model.upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed Jan 25, 2022
1 parent 0f6b670 commit 729c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/aiplatform/test_model_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ def test_upload_and_deploy_xgboost_model(self, shared_state):
labels={"my_label": "updated"},
)
assert model.display_name == "new_name"
assert model.display_name == "new_description"
assert model.description == "new_description"
assert model.labels == {"my_label": "updated"}

0 comments on commit 729c640

Please sign in to comment.