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 20
20
21
21
22
22
LABELS_FILE_PATH = '/video/cat.mp4'
23
- FACES_FILE_PATH = '/video/gbike .mp4'
23
+ FACES_FILE_PATH = '/video/googlework .mp4'
24
24
SHOTS_FILE_PATH = '/video/gbikes_dinosaur.mp4'
25
25
26
26
@@ -33,15 +33,15 @@ def test_cat_video_shots(capsys, cloud_config):
33
33
34
34
35
35
@pytest .mark .slow
36
- def test_cat_video_faces (capsys , cloud_config ):
36
+ def test_work_video_faces (capsys , cloud_config ):
37
37
analyze .analyze_faces (
38
38
'gs://{}{}' .format (cloud_config .storage_bucket , FACES_FILE_PATH ))
39
39
out , _ = capsys .readouterr ()
40
40
assert 'Thumbnail' in out
41
41
42
42
43
43
@pytest .mark .slow
44
- def test_cat_video_labels (capsys , cloud_config ):
44
+ def test_dino_video_labels (capsys , cloud_config ):
45
45
analyze .analyze_labels (
46
46
'gs://{}{}' .format (cloud_config .storage_bucket , LABELS_FILE_PATH ))
47
47
out , _ = capsys .readouterr ()
You can’t perform that action at this time.
0 commit comments