From 043b269c6ee3157d7ab42fd394ed5a84185980cb Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 26 Apr 2015 19:23:06 +0200 Subject: [fix] tests --- searx/tests/engines/test_stackoverflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/tests/engines/test_stackoverflow.py') diff --git a/searx/tests/engines/test_stackoverflow.py b/searx/tests/engines/test_stackoverflow.py index e69bafb4c..18a1ff4bd 100644 --- a/searx/tests/engines/test_stackoverflow.py +++ b/searx/tests/engines/test_stackoverflow.py @@ -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 = """ -- cgit v1.2.3