ソースを参照

Fix unit test url

rinpatch 6 年 前
コミット
b7eb05dac6
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      tests/unit/engines/test_acgsou.py

+ 1
- 1
tests/unit/engines/test_acgsou.py ファイルの表示

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