Explorar el Código

Update description

GreenLunar hace 9 años
padre
commit
46bbea48f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/tests/test_webapp.py

+ 1
- 1
searx/tests/test_webapp.py Ver fichero

@@ -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')