mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] kickass tests
This commit is contained in:
		
							parent
							
								
									c4dd7c3a54
								
							
						
					
					
						commit
						9d537c0bad
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -47,7 +47,7 @@ def response(resp): | ||||||
| 
 | 
 | ||||||
|     # check if redirect comparing to the True value, |     # check if redirect comparing to the True value, | ||||||
|     # because resp can be a Mock object, and any attribut name returns something. |     # because resp can be a Mock object, and any attribut name returns something. | ||||||
|     if resp.is_redirect == True: |     if resp.is_redirect is True: | ||||||
|         return results |         return results | ||||||
| 
 | 
 | ||||||
|     dom = html.fromstring(resp.text) |     dom = html.fromstring(resp.text) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 dalf
						dalf