Skip to content

Commit 0ea6193

Browse files
authored
replace demomaker with cloud-samples-data/video for video intelligenc… [(#2162)](GoogleCloudPlatform/python-docs-samples#2162)
* replace demomaker with cloud-samples-data/video for video intelligence samples * flake
1 parent 76adaf0 commit 0ea6193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/labels/labels_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
@pytest.mark.slow
2323
def test_feline_video_labels(capsys):
24-
labels.analyze_labels('gs://demomaker/cat.mp4')
24+
labels.analyze_labels('gs://cloud-samples-data/video/cat.mp4')
2525
out, _ = capsys.readouterr()
2626
assert 'Video label description: cat' in out

0 commit comments

Comments
 (0)