From 668a2747d901fc33f33cc12b0fb15804358478c4 Mon Sep 17 00:00:00 2001 From: Sungho Cho Date: Sun, 8 Dec 2019 17:36:27 -0500 Subject: [PATCH] Fix other failing tests --- ihatemoney/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py index f610ddf7..6b80067d 100644 --- a/ihatemoney/tests/tests.py +++ b/ihatemoney/tests/tests.py @@ -1784,7 +1784,7 @@ class APITestCase(IhatemoneyTestCase): "id": id, "external_link": "", "original_currency": "USD", - "original_amount": input_amount, + "original_amount": expected_amount, } got = json.loads(req.data.decode("utf-8"))