From 8534d8b87a02cf7713d071fa0837734f7d620b51 Mon Sep 17 00:00:00 2001 From: dalf Date: Sun, 26 Oct 2014 12:01:54 +0100 Subject: [PATCH] [fix] test : the icon is included inside the

element --- searx/tests/test_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( - '

First Test

', # noqa + '

First Test

', # noqa result.data ) self.assertIn(