Explorar el Código

[fix] change domain name in google engine test

Adam Tauber hace 7 años
padre
commit
060c797739
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      tests/unit/engines/test_google.py

+ 1
- 1
tests/unit/engines/test_google.py Ver fichero

@@ -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):