summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_google_news.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/engines/test_google_news.py')
-rw-r--r--tests/unit/engines/test_google_news.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/engines/test_google_news.py b/tests/unit/engines/test_google_news.py
index 3769e3be6..fbc6d344d 100644
--- a/tests/unit/engines/test_google_news.py
+++ b/tests/unit/engines/test_google_news.py
@@ -9,6 +9,7 @@ from searx.testing import SearxTestCase
class TestGoogleNewsEngine(SearxTestCase):
def test_request(self):
+ google_news.supported_languages = ['en-US', 'fr-FR']
query = 'test_query'
dicto = defaultdict(dict)
dicto['pageno'] = 1