8000 Replaces test video for faces (#877) · electrotipe/python-docs-samples@2fac8d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fac8d9

Browse files
gguussdpebot
authored andcommitted
Replaces test video for faces (GoogleCloudPlatform#877)
1 parent dfba179 commit 2fac8d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

video/cloud-client/analyze_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
LABELS_FILE_PATH = '/video/cat.mp4'
23-
FACES_FILE_PATH = '/video/gbike.mp4'
23+
FACES_FILE_PATH = '/video/googlework.mp4'
2424
SHOTS_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()

0 commit comments

Comments
 (0)
0