summaryrefslogtreecommitdiff
path: root/tests/unit/test_webapp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-10-01 09:15:46 +0200
committerGitHub <noreply@github.com>2021-10-01 09:15:46 +0200
commit458575c221abcdbe3c0ffb633dd06f5f6d05bf2e (patch)
tree2e50ad12c760db799bf3ed69e5ed13834d3ccfdf /tests/unit/test_webapp.py
parentc74f45b1dfbc314db3cb41749111bc33d7243622 (diff)
parent1dfac73a64ba15034a16fc0639618bf85594b98b (diff)
Merge pull request #361 from dalf/searxng-theme-oscar
SearXNG theme oscar
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 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'})