mirror of
https://github.com/searxng/searxng.git
synced 2025-12-26 05:30:01 +00:00
[fix] tests ++ flickr error
This commit is contained in:
@@ -98,7 +98,7 @@ class TestKickassEngine(SearxTestCase):
|
||||
self.assertEqual(len(results), 1)
|
||||
self.assertEqual(results[0]['title'], 'This should be the title')
|
||||
self.assertEqual(results[0]['url'], 'https://kickass.cd/url.html')
|
||||
self.assertEqual(results[0]['content'], 'Posted by riri in Other > Unsorted')
|
||||
self.assertEqual(results[0]['content'], 'Posted by riri in Other > Unsorted')
|
||||
self.assertEqual(results[0]['seed'], 10)
|
||||
self.assertEqual(results[0]['leech'], 1)
|
||||
self.assertEqual(results[0]['filesize'], 449)
|
||||
|
||||
Reference in New Issue
Block a user