summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_currency_convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/engines/test_currency_convert.py')
-rw-r--r--tests/unit/engines/test_currency_convert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_currency_convert.py b/tests/unit/engines/test_currency_convert.py
index 2814d791d..e8353a93a 100644
--- a/tests/unit/engines/test_currency_convert.py
+++ b/tests/unit/engines/test_currency_convert.py
@@ -23,7 +23,7 @@ class TestCurrencyConvertEngine(SearxTestCase):
def test_response(self):
dicto = defaultdict(dict)
- dicto['ammount'] = float(10)
+ dicto['amount'] = float(10)
dicto['from'] = "GBP"
dicto['to'] = "USD"
dicto['from_name'] = "pound sterling"