Skip to content

Commit 4f968aa

Browse files
author
agrandiere
committed
Change video url in tests.py
1 parent 86c93db commit 4f968aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_video(self):
6060
client = SightengineClient('1234', 'test')
6161

6262
check = client.check('nudity','wad','properties','type','face','celebrities')
63-
video_output = check.video('http://www.quirksmode.org/html5/videos/big_buck_bunny.webm', 'http://requestb.in/1nm1vw11')
63+
video_output = check.video('https://sightengine.com/assets/stream/examples/funfair.mp4', 'http://requestb.in/1nm1vw11')
6464
self.assertEqual('success', video_output['status'])
6565

6666
if __name__ == '__main__':

0 commit comments

Comments
 (0)