summaryrefslogtreecommitdiff
path: root/tests/unit/engines
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2018-05-03 14:47:13 +0200
committerGitHub <noreply@github.com>2018-05-03 14:47:13 +0200
commit5897343ab281a129d723e57c5e40531b4dab8b8b (patch)
tree2f532e6b55eeb886e29a305e085e1caaf4685186 /tests/unit/engines
parent1a1f9852f11429d3f8f47d5c0c8ef5176f202c27 (diff)
parentb7eb05dac68f0488223fd9127e0f5ce4c841e95f (diff)
downloadsearxng-5897343ab281a129d723e57c5e40531b4dab8b8b.tar.gz
searxng-5897343ab281a129d723e57c5e40531b4dab8b8b.zip
Merge pull request #1289 from rinpatch/acgsou-http
Switch acgsou to http
Diffstat (limited to 'tests/unit/engines')
-rw-r--r--tests/unit/engines/test_acgsou.py2
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)