We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7286cdf commit 539a1c9Copy full SHA for 539a1c9
tests.py
@@ -58,7 +58,7 @@ def test_feedback(self):
58
59
def test_video(self):
60
client = SightengineClient('1234', 'test')
61
- check = client.check('nudity','wad','properties','type','faces','celebrities')
+ check = client.check('wad','nudity','properties','type','faces','celebrities')
62
63
video_output = check.video('https://sightengine.com/assets/stream/examples/funfair.mp4', 'http://requestb.in/1nm1vw11')
64
self.assertEqual('success', video_output['status'])
0 commit comments