mirror of
https://github.com/searxng/searxng.git
synced 2024-11-20 09:51:00 +00:00
[fix] tests
This commit is contained in:
parent
201928d2b0
commit
2be52b74ad
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class TestKickassEngine(SearxTestCase):
|
|||
self.assertIn('url', params)
|
||||
self.assertIn(query, params['url'])
|
||||
self.assertIn('kickass.to', params['url'])
|
||||
self.assertIn('verify', params)
|
||||
self.assertFalse(params['verify'])
|
||||
|
||||
def test_response(self):
|
||||
|
|
Loading…
Reference in a new issue