forked from Icycoide/searxng
[fix] pep8
This commit is contained in:
parent
7e946a369b
commit
73948f3020
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue