File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020
2121
2222LABELS_FILE_PATH = '/video/cat.mp4'
23- FACES_FILE_PATH = '/video/gbike .mp4'
23+ FACES_FILE_PATH = '/video/googlework .mp4'
2424SHOTS_FILE_PATH = '/video/gbikes_dinosaur.mp4'
2525
2626
@@ -33,15 +33,15 @@ def test_cat_video_shots(capsys, cloud_config):
3333
3434
3535@pytest .mark .slow
36- def test_cat_video_faces (capsys , cloud_config ):
36+ def test_work_video_faces (capsys , cloud_config ):
3737 analyze .analyze_faces (
3838 'gs://{}{}' .format (cloud_config .storage_bucket , FACES_FILE_PATH ))
3939 out , _ = capsys .readouterr ()
4040 assert 'Thumbnail' in out
4141
4242
4343@pytest .mark .slow
44- def test_cat_video_labels (capsys , cloud_config ):
44+ def test_dino_video_labels (capsys , cloud_config ):
4545 analyze .analyze_labels (
4646 'gs://{}{}' .format (cloud_config .storage_bucket , LABELS_FILE_PATH ))
4747 out , _ = capsys .readouterr ()
You can’t perform that action at this time.
0 commit comments