diff options
Diffstat (limited to 'tests/unit/engines/test_bing_images.py')
-rw-r--r-- | tests/unit/engines/test_bing_images.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/engines/test_bing_images.py b/tests/unit/engines/test_bing_images.py index 3f3006124..afc4cd6f0 100644 --- a/tests/unit/engines/test_bing_images.py +++ b/tests/unit/engines/test_bing_images.py @@ -9,7 +9,6 @@ class TestBingImagesEngine(SearxTestCase): def test_request(self): bing_images.supported_languages = ['fr-FR', 'en-US'] - query = 'test_query' dicto = defaultdict(dict) dicto['pageno'] = 1 |