mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
remove 'all' option from search languages
This commit is contained in:
@@ -21,10 +21,6 @@ class TestStartpageEngine(SearxTestCase):
|
||||
self.assertIn('with_language', params['data'])
|
||||
self.assertIn('lang_fr', params['data']['with_language'])
|
||||
|
||||
dicto['language'] = 'all'
|
||||
params = startpage.request(query, dicto)
|
||||
self.assertNotIn('with_language', params['data'])
|
||||
|
||||
def test_response(self):
|
||||
self.assertRaises(AttributeError, startpage.response, None)
|
||||
self.assertRaises(AttributeError, startpage.response, [])
|
||||
|
||||
Reference in New Issue
Block a user