Skip to content

Commit d51f7a3

Browse files
kurtisvgleahecole
authored andcommitted
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
1 parent cdfbd76 commit d51f7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videointelligence/samples/analyze/beta_snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_track_objects_gcs():
157157
# Flaky Gateway
158158
@pytest.mark.flaky(max_runs=3, min_passes=1)
159159
def test_streaming_automl_classification(capsys, video_path):
160-
project_id = os.environ["GCLOUD_PROJECT"]
160+
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
161161
model_id = "VCN6363999689846554624"
162162
beta_snippets.streaming_automl_classification(video_path, project_id, model_id)
163163
out, _ = capsys.readouterr()

0 commit comments

Comments
 (0)