summaryrefslogtreecommitdiff
path: root/searx/tests/test_webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/tests/test_webapp.py')
-rw-r--r--searx/tests/test_webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/tests/test_webapp.py b/searx/tests/test_webapp.py
index 1d9cc649c..071c01df3 100644
--- a/searx/tests/test_webapp.py
+++ b/searx/tests/test_webapp.py
@@ -144,7 +144,7 @@ class ViewsTestCase(SearxTestCase):
def test_opensearch_xml(self):
result = self.app.get('/opensearch.xml')
self.assertEqual(result.status_code, 200)
- self.assertIn('<Description>Search searx</Description>', result.data)
+ self.assertIn('<Description>a privacy-respecting, hackable metasearch engine</Description>', result.data)
def test_favicon(self):
result = self.app.get('/favicon.ico')