summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/test_webutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_webutils.py b/tests/unit/test_webutils.py
index 8bb3a0447..2b7c6fe5a 100644
--- a/tests/unit/test_webutils.py
+++ b/tests/unit/test_webutils.py
@@ -22,7 +22,7 @@ class TestWebUtils(SearxTestCase):
self.assertEqual(webutils.highlight_content('', None), None)
self.assertEqual(webutils.highlight_content(False, None), None)
- contents = ['<html></html>' 'not<']
+ contents = ['<html></html>not<']
for content in contents:
self.assertEqual(webutils.highlight_content(content, None), content)