Fix unit test url

This commit is contained in:
rinpatch 2018-05-03 15:20:48 +03:00
parent 3b89ce9bfa
commit b7eb05dac6
No known key found for this signature in database
GPG Key ID: DBBBD402C68A98DA
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class TestAcgsouEngine(SearxTestCase):
self.assertEqual(len(results), 1)
r = results[0]
self.assertEqual(r['url'], 'https://www.acgsou.com/show-torrentid.html')
self.assertEqual(r['url'], 'http://www.acgsou.com/show-torrentid.html')
self.assertEqual(r['content'], 'Category: "testcategory".')
self.assertEqual(r['title'], 'torrentname')
self.assertEqual(r['filesize'], 1048576)