[fix] pep8

This commit is contained in:
Adam Tauber 2014-05-16 16:51:23 +02:00
parent 7e946a369b
commit 73948f3020
2 changed files with 5 additions and 3 deletions

View file

@ -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
)