mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] kickass test html escaping
This commit is contained in:
		
							parent
							
								
									fdf63940e8
								
							
						
					
					
						commit
						8116e341cc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -381,7 +381,7 @@ class TestKickassEngine(SearxTestCase): | |||
|         self.assertEqual(len(results), 5) | ||||
|         self.assertEqual(results[0]['title'], 'This should be the title') | ||||
|         self.assertEqual(results[0]['url'], 'https://kickass.cd/url.html') | ||||
|         self.assertEqual(results[0]['content'], 'Posted by riri in Other > Unsorted') | ||||
|         self.assertEqual(results[0]['content'], 'Posted by riri in Other > Unsorted') | ||||
|         self.assertEqual(results[0]['seed'], 10) | ||||
|         self.assertEqual(results[0]['leech'], 1) | ||||
|         self.assertEqual(results[0]['files'], 4) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber