瀏覽代碼

Update description

GreenLunar 9 年之前
父節點
當前提交
46bbea48f9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/tests/test_webapp.py

+ 1
- 1
searx/tests/test_webapp.py 查看文件

@@ -144,7 +144,7 @@ class ViewsTestCase(SearxTestCase):
144 144
     def test_opensearch_xml(self):
145 145
         result = self.app.get('/opensearch.xml')
146 146
         self.assertEqual(result.status_code, 200)
147
-        self.assertIn('<Description>Search searx</Description>', result.data)
147
+        self.assertIn('<Description>a privacy-respecting, hackable metasearch engine</Description>', result.data)
148 148
 
149 149
     def test_favicon(self):
150 150
         result = self.app.get('/favicon.ico')