summaryrefslogtreecommitdiff
path: root/searx/tests/engines/test_currency_convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/tests/engines/test_currency_convert.py')
-rw-r--r--searx/tests/engines/test_currency_convert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/tests/engines/test_currency_convert.py b/searx/tests/engines/test_currency_convert.py
index 271ed03a2..579c5cc1f 100644
--- a/searx/tests/engines/test_currency_convert.py
+++ b/searx/tests/engines/test_currency_convert.py
@@ -40,5 +40,5 @@ class TestCurrencyConvertEngine(SearxTestCase):
self.assertEqual(len(results), 1)
self.assertEqual(results[0]['answer'], '10 EUR = 5.0 USD (1 EUR = 0.5 USD)')
now_date = datetime.now().strftime('%Y%m%d')
- self.assertEqual(results[0]['url'], 'http://finance.yahoo.com/currency/converter-results/' +
+ self.assertEqual(results[0]['url'], 'https://finance.yahoo.com/currency/converter-results/' +
now_date + '/10-eur-to-usd.html')