mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
[fix] time range detection
This commit is contained in:
parent
3a8d193d1f
commit
350a84520d
10 changed files with 10 additions and 7 deletions
|
@ -28,6 +28,7 @@ class TestYahooEngine(SearxTestCase):
|
|||
query = 'test_query'
|
||||
dicto = defaultdict(dict)
|
||||
dicto['pageno'] = 1
|
||||
dicto['time_range'] = ''
|
||||
dicto['language'] = 'fr_FR'
|
||||
params = yahoo.request(query, dicto)
|
||||
self.assertIn('url', params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue