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 danoscarmike committed Sep 30, 2020
1 parent a62a8ac commit e4d1f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videointelligence/samples/analyze/beta_snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_track_objects_gcs():
# Flaky Gateway
@pytest.mark.flaky(max_runs=3, min_passes=1)
def test_streaming_automl_classification(capsys, video_path):
project_id = os.environ["GCLOUD_PROJECT"]
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
model_id = "VCN6363999689846554624"
beta_snippets.streaming_automl_classification(video_path, project_id, model_id)
out, _ = capsys.readouterr()
Expand Down

0 comments on commit e4d1f80

Please sign in to comment.