We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62a8ac commit e4d1f80Copy full SHA for e4d1f80
videointelligence/samples/analyze/beta_snippets_test.py
@@ -157,7 +157,7 @@ def test_track_objects_gcs():
157
# Flaky Gateway
158
@pytest.mark.flaky(max_runs=3, min_passes=1)
159
def test_streaming_automl_classification(capsys, video_path):
160
- project_id = os.environ["GCLOUD_PROJECT"]
+ project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
161
model_id = "VCN6363999689846554624"
162
beta_snippets.streaming_automl_classification(video_path, project_id, model_id)
163
out, _ = capsys.readouterr()
0 commit comments