forked from zaclys/searxng
Merge pull request #466 from GreenLunar/master
Update OpenSearch Description
This commit is contained in:
commit
1f228c01cf
4 changed files with 4 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue