diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-05-16 16:51:23 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-05-16 16:51:23 +0200 |
| commit | 73948f302079b738131969e9b745ee77d11e82d3 (patch) | |
| tree | 902ce5218ade931bec9348db94a5ce6eb2e37a54 /searx/tests/test_webapp.py | |
| parent | 7e946a369b5caae3997fb9398a8a40a2ef389193 (diff) | |
[fix] pep8
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 ) |