diff options
Diffstat (limited to 'searx/tests/test_webapp.py')
| -rw-r--r-- | searx/tests/test_webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/tests/test_webapp.py b/searx/tests/test_webapp.py index 1d12b3a87..bb608ab7c 100644 --- a/searx/tests/test_webapp.py +++ b/searx/tests/test_webapp.py @@ -51,7 +51,7 @@ class ViewsTestCase(SearxTestCase): result.data ) self.assertIn( - '<p class="content">first <span class="highlight">test</span> content<br /></p>', + '<p class="content">first <span class="highlight">test</span> content<br /></p>', # noqa result.data ) |