Skip to content

Commit 9149064

Browse files
author
agrandiere
committed
added celebrities in test_allModel (tests.py)
1 parent 1cb5dd8 commit 9149064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_nudityModel(self):
1717
def test_allModel(self):
1818
client = SightengineClient('1234', 'test')
1919

20-
checkNudity = client.check('nudity','wad','properties','type','face')
20+
checkNudity = client.check('nudity','wad','properties','type','face','celebrities')
2121

2222
output = checkNudity.image('https://sightengine.com/assets/img/examples/example5.jpg')
2323
self.assertEqual('success', output['status'])

0 commit comments

Comments
 (0)