diff options
author | rinpatch <rinpatch@airmail.cc> | 2018-05-03 15:20:48 +0300 |
---|---|---|
committer | rinpatch <rinpatch@airmail.cc> | 2018-05-03 15:20:48 +0300 |
commit | b7eb05dac68f0488223fd9127e0f5ce4c841e95f (patch) | |
tree | 2f532e6b55eeb886e29a305e085e1caaf4685186 /tests | |
parent | 3b89ce9bfa07250da9be005263d6588c13a5ccb0 (diff) | |
download | searxng-b7eb05dac68f0488223fd9127e0f5ce4c841e95f.tar.gz searxng-b7eb05dac68f0488223fd9127e0f5ce4c841e95f.zip |
Fix unit test url
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/engines/test_acgsou.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_acgsou.py b/tests/unit/engines/test_acgsou.py index c3ea48057..f97749cc1 100644 --- 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) |