summaryrefslogtreecommitdiff
path: root/tests/unit/test_webapp.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-11-26 16:09:16 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-11-26 16:43:18 +0100
commite54a06bae7ca6ffa3b873547acff834075dc9923 (patch)
treec9f538b36ea84dca2b12394e491b23d3b48288e0 /tests/unit/test_webapp.py
parentcfb5eda4d12f7b2fc5904d3373e6012509c0baf8 (diff)
downloadsearxng-e54a06bae7ca6ffa3b873547acff834075dc9923.tar.gz
searxng-e54a06bae7ca6ffa3b873547acff834075dc9923.zip
[fix] oscar theme: use SearXNG logo and wordmark
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'tests/unit/test_webapp.py')
-rw-r--r--tests/unit/test_webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py
index cfaa4fb90..43b631cb8 100644
--- a/tests/unit/test_webapp.py
+++ b/tests/unit/test_webapp.py
@@ -83,7 +83,7 @@ class ViewsTestCase(SearxTestCase):
result = self.app.post('/')
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'<img class="center-block img-responsive" src="/static/themes/oscar/img/searxng.svg"'
+ b' alt="searx logo" />SearXNG</div>', result.data)
def test_index_html_post(self):