summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-12-24 21:15:36 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-12-24 21:15:36 +0100
commit61ab5f2693cabf764bf47f1c5e4fd12a13e1f9fe (patch)
treeef1d5ce5e5b188adfd69f8bffae53b26df2ef286
parent3b3921fc593e49c12ff79df1d6b15d01fe481bec (diff)
downloadsearxng-61ab5f2693cabf764bf47f1c5e4fd12a13e1f9fe.tar.gz
searxng-61ab5f2693cabf764bf47f1c5e4fd12a13e1f9fe.zip
[fix] view 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 b922a3675..35ae49343 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"> <img width="14" height="14" class="favicon" src="static/default/img/icon_youtube.ico" alt="youtube" /><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" alt="youtube" /><a href="http://second.test.xyz">Second <span class="highlight">Test</span></a></h3>', # noqa
result.data
)
self.assertIn(