summaryrefslogtreecommitdiff
path: root/searx/tests
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-10-30 08:09:07 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-10-30 08:09:07 +0100
commit58cc03351a10668da8aedd355d8b7da33057855a (patch)
tree9a49da81bdb76ed3145168621e8a0954a2d5de4f /searx/tests
parent79f1676e318d36704687966fd124b7f29ddc21fa (diff)
parent8534d8b87a02cf7713d071fa0837734f7d620b51 (diff)
Merge pull request #118 from dalf/master
default theme : small modifications
Diffstat (limited to 'searx/tests')
-rw-r--r--searx/tests/test_webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/tests/test_webapp.py b/searx/tests/test_webapp.py
index 9cf586180..7771567f0 100644
--- a/searx/tests/test_webapp.py
+++ b/searx/tests/test_webapp.py
@@ -49,7 +49,7 @@ class ViewsTestCase(SearxTestCase):
)
result = self.app.post('/', data={'q': 'test'})
self.assertIn(
- '<h3 class="result_title"><a href="http://first.test.xyz">First <span class="highlight">Test</span></a></h3>', # noqa
+ '<h3 class="result_title"> <img width="14" height="14" class="favicon" src="static/default/img/icon_youtube.ico" /><a href="http://first.test.xyz">First <span class="highlight">Test</span></a></h3>', # noqa
result.data
)
self.assertIn(