[fix] tests

This commit is contained in:
Alexandre Flament 2015-04-26 19:23:06 +02:00
parent 8806002886
commit 043b269c6e
4 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ class TestStackoverflowEngine(SearxTestCase):
self.assertEqual(type(results), list)
self.assertEqual(len(results), 1)
self.assertEqual(results[0]['title'], 'This is the title')
self.assertEqual(results[0]['url'], 'http://stackoverflow.com/questions/this.is.the.url')
self.assertEqual(results[0]['url'], 'https://stackoverflow.com/questions/this.is.the.url')
self.assertEqual(results[0]['content'], 'This is the content')
html = """