浏览代码

Update description

GreenLunar 9 年前
父节点
当前提交
46bbea48f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/tests/test_webapp.py

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

144
     def test_opensearch_xml(self):
144
     def test_opensearch_xml(self):
145
         result = self.app.get('/opensearch.xml')
145
         result = self.app.get('/opensearch.xml')
146
         self.assertEqual(result.status_code, 200)
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
     def test_favicon(self):
149
     def test_favicon(self):
150
         result = self.app.get('/favicon.ico')
150
         result = self.app.get('/favicon.ico')