Skip to content

Commit 4356cbe

Browse files
author
agrandiere
committed
Change video url in StackTest.php
1 parent e3d325c commit 4356cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/StackTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function test_feedback()
6060
public function test_video()
6161
{
6262
$client = new SightengineClient('1234', 'test');
63-
$output = $client->check(['nudity','wad','properties','type','face', 'celebrities'])->video('http://www.quirksmode.org/html5/videos/big_buck_bunny.webm','http://requestb.in/1nm1vw11');
63+
$output = $client->check(['nudity','wad','properties','type','face', 'celebrities'])->video('https://sightengine.com/assets/stream/examples/funfair.mp4','http://requestb.in/1nm1vw11');
6464
$this->assertEquals('success', $output->status);
6565
}
6666
}

0 commit comments

Comments
 (0)