| 
				
			 | 
			
			
				@@ -144,7 +144,7 @@ class ViewsTestCase(SearxTestCase): 
			 | 
		
	
		
			
			| 
				144
			 | 
			
				144
			 | 
			
			
				     def test_opensearch_xml(self): 
			 | 
		
	
		
			
			| 
				145
			 | 
			
				145
			 | 
			
			
				         result = self.app.get('/opensearch.xml') 
			 | 
		
	
		
			
			| 
				146
			 | 
			
				146
			 | 
			
			
				         self.assertEqual(result.status_code, 200) 
			 | 
		
	
		
			
			| 
				147
			 | 
			
				
			 | 
			
			
				-        self.assertIn('<Description>Search searx</Description>', result.data) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				147
			 | 
			
			
				+        self.assertIn('<Description>a privacy-respecting, hackable metasearch engine</Description>', result.data) 
			 | 
		
	
		
			
			| 
				148
			 | 
			
				148
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				149
			 | 
			
				149
			 | 
			
			
				     def test_favicon(self): 
			 | 
		
	
		
			
			| 
				150
			 | 
			
				150
			 | 
			
			
				         result = self.app.get('/favicon.ico') 
			 |