summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_bing_images.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-11-01 20:01:51 +0100
committerGitHub <noreply@github.com>2016-11-01 20:01:51 +0100
commite23c8f954b6ae0f1100167d39b73e2037384c154 (patch)
tree87547b424edec417b3306e84c92bae1af5ede295 /tests/unit/engines/test_bing_images.py
parent6243639f013b18fbdf6d667895f32fda6048d8f8 (diff)
parent1490d6bc939a59458a6ae9a56045064a3fc8b7a4 (diff)
Merge pull request #746 from kvch/moar-time-range-support
Support time range search in more engines
Diffstat (limited to 'tests/unit/engines/test_bing_images.py')
-rw-r--r--tests/unit/engines/test_bing_images.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/engines/test_bing_images.py b/tests/unit/engines/test_bing_images.py
index 9d8ec18af..cc256f51e 100644
--- a/tests/unit/engines/test_bing_images.py
+++ b/tests/unit/engines/test_bing_images.py
@@ -13,6 +13,7 @@ class TestBingImagesEngine(SearxTestCase):
dicto['pageno'] = 1
dicto['language'] = 'fr_FR'
dicto['safesearch'] = 1
+ dicto['time_range'] = ''
params = bing_images.request(query, dicto)
self.assertTrue('url' in params)
self.assertTrue(query in params['url'])