Skip to content

Commit 539a1c9

Browse files
author
agrandiere
committed
check travis-ci
1 parent 7286cdf commit 539a1c9

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
@@ -58,7 +58,7 @@ def test_feedback(self):
5858

5959
def test_video(self):
6060
client = SightengineClient('1234', 'test')
61-
check = client.check('nudity','wad','properties','type','faces','celebrities')
61+
check = client.check('wad','nudity','properties','type','faces','celebrities')
6262

6363
video_output = check.video('https://sightengine.com/assets/stream/examples/funfair.mp4', 'http://requestb.in/1nm1vw11')
6464
self.assertEqual('success', video_output['status'])

0 commit comments

Comments
 (0)