mirror of
https://github.com/searxng/searxng.git
synced 2024-11-27 13:21:04 +00:00
Update description
This commit is contained in:
parent
9a5aba393d
commit
46bbea48f9
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class ViewsTestCase(SearxTestCase):
|
||||||
def test_opensearch_xml(self):
|
def test_opensearch_xml(self):
|
||||||
result = self.app.get('/opensearch.xml')
|
result = self.app.get('/opensearch.xml')
|
||||||
self.assertEqual(result.status_code, 200)
|
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):
|
def test_favicon(self):
|
||||||
result = self.app.get('/favicon.ico')
|
result = self.app.get('/favicon.ico')
|
||||||
|
|
Loading…
Reference in a new issue