mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00
test case fix
This commit is contained in:
parent
d8b6355101
commit
916acd46d8
1 changed files with 3 additions and 1 deletions
|
@ -393,6 +393,7 @@ class APITestCase(IhatemoneyTestCase):
|
|||
"converted_amount": 25.0,
|
||||
"original_currency": "XXX",
|
||||
"external_link": "https://raclette.fr",
|
||||
"is_reimbursement": "false",
|
||||
}
|
||||
|
||||
got = json.loads(req.data.decode("utf-8"))
|
||||
|
@ -464,6 +465,7 @@ class APITestCase(IhatemoneyTestCase):
|
|||
"converted_amount": 25.0,
|
||||
"original_currency": "XXX",
|
||||
"id": 1,
|
||||
"is_reimbursement": false,
|
||||
}
|
||||
|
||||
got = json.loads(req.data.decode("utf-8"))
|
||||
|
|
Loading…
Reference in a new issue