Skip to content

Commit

Permalink
tests: update upload model uri (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-gitg authored Dec 3, 2021
1 parent 8cb4839 commit e89d330
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 @@ -29,7 +29,7 @@
_, _TEST_PROJECT = google_auth.default()
_TEST_LOCATION = "us-central1"

_XGBOOST_MODEL_URI = "gs://ucaip-test-us-central1/models/iris_xgboost/model.bst"
_XGBOOST_MODEL_URI = "gs://cloud-samples-data-us-central1/vertex-ai/google-cloud-aiplatform-ci-artifacts/models/iris_xgboost/model.bst"


@pytest.mark.usefixtures("delete_staging_bucket", "teardown")
Expand Down

0 comments on commit e89d330

Please sign in to comment.