mirror of
https://github.com/searxng/searxng.git
synced 2026-06-01 23:47:16 +02:00
remove 'all' option from search languages
This commit is contained in:
@@ -18,10 +18,6 @@ class TestDailymotionEngine(SearxTestCase):
|
||||
self.assertTrue('dailymotion.com' in params['url'])
|
||||
self.assertTrue('fr' in params['url'])
|
||||
|
||||
dicto['language'] = 'all'
|
||||
params = dailymotion.request(query, dicto)
|
||||
self.assertTrue('en' in params['url'])
|
||||
|
||||
def test_response(self):
|
||||
self.assertRaises(AttributeError, dailymotion.response, None)
|
||||
self.assertRaises(AttributeError, dailymotion.response, [])
|
||||
|
||||
Reference in New Issue
Block a user