We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9c6f6 commit 460134eCopy full SHA for 460134e
videointelligence/samples/analyze/beta_snippets_test.py
@@ -164,10 +164,10 @@ def test_track_objects_gcs():
164
165
166
@pytest.mark.slow
167
-def test_streaming_automl_classification(capsys, in_file):
+def test_streaming_automl_classification(capsys, video_path):
168
project_id = os.environ['GCLOUD_PROJECT']
169
model_id = 'VCN6363999689846554624'
170
beta_snippets.streaming_automl_classification(
171
- in_file, project_id, model_id)
+ video_path, project_id, model_id)
172
out, _ = capsys.readouterr()
173
assert 'brush_hair' in out
0 commit comments