diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-30 17:55:22 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-09-30 18:50:21 +0200 |
commit | df06dddc044161c6d5caacab1b2a5b9faa109f01 (patch) | |
tree | 0ea11e63f0bc8f5ebd654a1bad81eb6bfc358a58 /tests/unit | |
parent | a582cf3d8231f5ed8a881aa87576dfc0600e1c07 (diff) | |
download | searxng-df06dddc044161c6d5caacab1b2a5b9faa109f01.tar.gz searxng-df06dddc044161c6d5caacab1b2a5b9faa109f01.zip |
SearXNG: oscar theme
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/test_webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index 69af9be35..c2d57f80c 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -84,7 +84,7 @@ class ViewsTestCase(SearxTestCase): self.assertEqual(result.status_code, 200) self.assertIn(b'<div class="text-hide center-block" id="main-logo">' + b'<img class="center-block img-responsive" src="/static/themes/oscar/img/logo_searx_a.png"' - + b' alt="searx logo" />searx</div>', result.data) + + b' alt="searx logo" />SearXNG</div>', result.data) def test_index_html_post(self): result = self.app.post('/', data={'q': 'test'}) |