fix test (there are no results for 'futanari' anymore)
This commit is contained in:
parent
a56eaf09e2
commit
90292c19f8
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class YoujizzTest(BackendTest):
|
|||
def test_youjizz(self):
|
||||
self.assertTrue(len(self.backend.iter_search_results('anus', nsfw=False)) == 0)
|
||||
|
||||
l = list(self.backend.iter_search_results('futanari', nsfw=True))
|
||||
l = list(self.backend.iter_search_results('anal', nsfw=True))
|
||||
self.assertTrue(len(l) > 0)
|
||||
v = l[0]
|
||||
self.backend.fillobj(v, ('url',))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue