diff options
| author | marc <a01200356@itesm.mx> | 2017-10-10 16:49:49 -0500 |
|---|---|---|
| committer | marc <a01200356@itesm.mx> | 2017-10-10 16:49:49 -0500 |
| commit | a524dbb823e88482a762d56ac1ed352641f3f0c3 (patch) | |
| tree | 21604320f131f5eddde172426685c7c5f4f8a98a /tests/unit/engines/test_bing_videos.py | |
| parent | 1adc8d6e2604be1a159c936b0fd77efdd09c555e (diff) | |
[fix] language support for bing images and videos
Diffstat (limited to 'tests/unit/engines/test_bing_videos.py')
| -rw-r--r-- | tests/unit/engines/test_bing_videos.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/engines/test_bing_videos.py b/tests/unit/engines/test_bing_videos.py index 011b5410a..118754b25 100644 --- a/tests/unit/engines/test_bing_videos.py +++ b/tests/unit/engines/test_bing_videos.py @@ -8,6 +8,8 @@ from searx.testing import SearxTestCase class TestBingVideosEngine(SearxTestCase): def test_request(self): + bing_videos.supported_languages = ['fr-FR', 'en-US'] + query = 'test_query' dicto = defaultdict(dict) dicto['pageno'] = 1 |