Skip to content

Commit e89d330

Browse files
authored
tests: update upload model uri (#883)
1 parent 8cb4839 commit e89d330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/aiplatform/test_model_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
_, _TEST_PROJECT = google_auth.default()
3030
_TEST_LOCATION = "us-central1"
3131

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

3434

3535
@pytest.mark.usefixtures("delete_staging_bucket", "teardown")

0 commit comments

Comments
 (0)