Skip to content

Commit 46bbea4

Browse files
committed
Update description
1 parent 9a5aba3 commit 46bbea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searx/tests/test_webapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_robots_txt(self):
144144
def test_opensearch_xml(self):
145145
result = self.app.get('/opensearch.xml')
146146
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)
148148

149149
def test_favicon(self):
150150
result = self.app.get('/favicon.ico')

0 commit comments

Comments
 (0)