logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: b7eb05dac68f0488223fd9127e0f5ce4c841e95f
parent 3b89ce9bfa07250da9be005263d6588c13a5ccb0
Author: rinpatch <rinpatch@airmail.cc>
Date:   Thu,  3 May 2018 15:20:48 +0300

Fix unit test url

Diffstat:

Mtests/unit/engines/test_acgsou.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/engines/test_acgsou.py b/tests/unit/engines/test_acgsou.py @@ -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)