mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] google engine tests
This commit is contained in:
		
							parent
							
								
									8a69ade875
								
							
						
					
					
						commit
						65e6737413
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -17,12 +17,13 @@ class TestGoogleEngine(SearxTestCase): | |||
|         self.assertIn('url', params) | ||||
|         self.assertIn(query, params['url']) | ||||
|         self.assertIn('google.com', params['url']) | ||||
|         self.assertIn('PREF', params['cookies']) | ||||
|         self.assertNotIn('PREF', params['cookies']) | ||||
|         self.assertIn('fr', params['headers']['Accept-Language']) | ||||
| 
 | ||||
|         dicto['language'] = 'all' | ||||
|         params = google.request(query, dicto) | ||||
|         self.assertIn('en', params['headers']['Accept-Language']) | ||||
|         self.assertIn('PREF', params['cookies']) | ||||
| 
 | ||||
|     def test_response(self): | ||||
|         self.assertRaises(AttributeError, google.response, None) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Flament
						Alexandre Flament