|  | @@ -83,8 +83,8 @@ class ViewsTestCase(SearxTestCase):
 | 
	
		
			
			| 83 | 83 |  
 | 
	
		
			
			| 84 | 84 |          self.assertEqual(
 | 
	
		
			
			| 85 | 85 |              'title,url,content,host,engine,score\r\n'
 | 
	
		
			
			| 86 |  | -            'First Test,http://first.test.xyz,first test content,first.test.xyz,startpage,\r\n'
 | 
	
		
			
			| 87 |  | -            'Second Test,http://second.test.xyz,second test content,second.test.xyz,youtube,\r\n',
 | 
	
		
			
			|  | 86 | +            'First Test,http://first.test.xyz,first test content,first.test.xyz,startpage,\r\n'  # noqa
 | 
	
		
			
			|  | 87 | +            'Second Test,http://second.test.xyz,second test content,second.test.xyz,youtube,\r\n',  # noqa
 | 
	
		
			
			| 88 | 88 |              result.data
 | 
	
		
			
			| 89 | 89 |          )
 | 
	
		
			
			| 90 | 90 |  
 |