diff options
author | GreenLunar <genghiskhan@gmx.ca> | 2015-12-17 15:25:09 +0200 |
---|---|---|
committer | GreenLunar <genghiskhan@gmx.ca> | 2015-12-17 15:25:09 +0200 |
commit | 46bbea48f991769cf13bc4d7675094b0477a4559 (patch) | |
tree | ba7325c3f680fa0285763838b52beddfd0c616c5 | |
parent | 9a5aba393dfcdd3f97dbdd903fd8fb18ee6a858b (diff) | |
download | searxng-46bbea48f991769cf13bc4d7675094b0477a4559.tar.gz searxng-46bbea48f991769cf13bc4d7675094b0477a4559.zip |
Update description
-rw-r--r-- | searx/tests/test_webapp.py | 2 |
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') |