diff options
Diffstat (limited to 'searx/tests/engines/test_stackoverflow.py')
| -rw-r--r-- | searx/tests/engines/test_stackoverflow.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = """ |