Skip to content

Commit

Permalink
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleClo…
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored and danoscarmike committed Sep 30, 2020
1 parent 99c24a1 commit ddb5774
Showing 1 changed file with 1 addition and 1 deletion.
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 ddb5774

Please sign in to comment.