Skip to content

Commit 5e2cade

Browse files
anguillanneufdanoscarmike
authored andcommitted
Use video_path fixture [(#2363)](#2363)
1 parent 31c4a2c commit 5e2cade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

videointelligence/samples/analyze/beta_snippets_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ def test_track_objects_gcs():
164164

165165

166166
@pytest.mark.slow
167-
def test_streaming_automl_classification(capsys, in_file):
167+
def test_streaming_automl_classification(capsys, video_path):
168168
project_id = os.environ['GCLOUD_PROJECT']
169169
model_id = 'VCN6363999689846554624'
170170
beta_snippets.streaming_automl_classification(
171-
in_file, project_id, model_id)
171+
video_path, project_id, model_id)
172172
out, _ = capsys.readouterr()
173173
assert 'brush_hair' in out

0 commit comments

Comments
 (0)