mirror of
https://github.com/searxng/searxng.git
synced 2025-09-03 16:58:34 +02:00
[fix] tests ++ flickr error
This commit is contained in:
parent
ef2ef7974a
commit
fdf63940e8
7 changed files with 10 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue