Browse Source

[fix] change domain name in google engine test

Adam Tauber 7 years ago
parent
commit
060c797739
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/unit/engines/test_google.py

+ 1
- 1
tests/unit/engines/test_google.py View File

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