We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5aba3 commit 46bbea4Copy full SHA for 46bbea4
searx/tests/test_webapp.py
@@ -144,7 +144,7 @@ def test_robots_txt(self):
144
def test_opensearch_xml(self):
145
result = self.app.get('/opensearch.xml')
146
self.assertEqual(result.status_code, 200)
147
- self.assertIn('<Description>Search searx</Description>', result.data)
+ self.assertIn('<Description>a privacy-respecting, hackable metasearch engine</Description>', result.data)
148
149
def test_favicon(self):
150
result = self.app.get('/favicon.ico')
0 commit comments