mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Fix other failing tests
This commit is contained in:
parent
5af7f3a7b6
commit
668a2747d9
1 changed files with 1 additions and 1 deletions
|
@ -1784,7 +1784,7 @@ class APITestCase(IhatemoneyTestCase):
|
||||||
"id": id,
|
"id": id,
|
||||||
"external_link": "",
|
"external_link": "",
|
||||||
"original_currency": "USD",
|
"original_currency": "USD",
|
||||||
"original_amount": input_amount,
|
"original_amount": expected_amount,
|
||||||
}
|
}
|
||||||
|
|
||||||
got = json.loads(req.data.decode("utf-8"))
|
got = json.loads(req.data.decode("utf-8"))
|
||||||
|
|
Loading…
Reference in a new issue