[fix] change domain name in google engine test

This commit is contained in:
Adam Tauber 2017-11-22 23:06:24 +01:00
parent 6eb9503896
commit 060c797739
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TestGoogleEngine(SearxTestCase):
dicto['language'] = 'all'
params = google.request(query, dicto)
self.assertIn('google.com', params['url'])
self.assertIn('google.co', params['url'])
self.assertIn('en', params['headers']['Accept-Language'])
def test_response(self):