mirror of https://github.com/searxng/searxng.git
[fix] kickass test html escaping
This commit is contained in:
parent
fdf63940e8
commit
8116e341cc
|
@ -381,7 +381,7 @@ class TestKickassEngine(SearxTestCase):
|
|||
self.assertEqual(len(results), 5)
|
||||
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]['files'], 4)
|
||||
|
|
Loading…
Reference in New Issue