We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c4a2c commit 5e2cadeCopy full SHA for 5e2cade
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