Skip to content

Commit

Permalink
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored and busunkim96 committed Aug 13, 2020
1 parent 8ad4771 commit 1ee4917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automl/beta/set_endpoint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import set_endpoint


PROJECT_ID = os.environ['GCLOUD_PROJECT']
PROJECT_ID = os.environ['GOOGLE_CLOUD_PROJECT']


def test_set_endpoint(capsys):
Expand Down
2 changes: 1 addition & 1 deletion automl/beta/video_classification_create_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import video_classification_create_model

PROJECT_ID = os.environ["GCLOUD_PROJECT"]
PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
DATASET_ID = "VCN510437278078730240"
OPERATION_ID = None

Expand Down
2 changes: 1 addition & 1 deletion automl/beta/video_object_tracking_create_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import video_object_tracking_create_model

PROJECT_ID = os.environ["GCLOUD_PROJECT"]
PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
DATASET_ID = "VOT2823376535338090496"
OPERATION_ID = None

Expand Down

0 comments on commit 1ee4917

Please sign in to comment.