mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 16:59:21 +02:00
SearXNG: oscar theme
This commit is contained in:
parent
a582cf3d82
commit
df06dddc04
19 changed files with 73 additions and 82 deletions
|
@ -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'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue