mirror of
https://github.com/searxng/searxng.git
synced 2026-01-01 00:20:02 +00:00
add time range search for bing news
This commit is contained in:
@@ -12,6 +12,7 @@ class TestBingNewsEngine(SearxTestCase):
|
||||
dicto = defaultdict(dict)
|
||||
dicto['pageno'] = 1
|
||||
dicto['language'] = 'fr_FR'
|
||||
dicto['time_range'] = ''
|
||||
params = bing_news.request(query, dicto)
|
||||
self.assertIn('url', params)
|
||||
self.assertIn(query, params['url'])
|
||||
|
||||
Reference in New Issue
Block a user