Fix test amount to decimal in test

This commit is contained in:
bugbountyguy 2022-03-04 09:41:37 -06:00 committed by Christopher Charbonneau Wells
parent 4ceb6095d3
commit 6df9b44407
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class PumpingAPITestCase(TestBase.BabyBuddyAPITestCaseBase):
def test_post(self):
data = {
"child": 1,
"amount": "21",
"amount": "21.0",
"time": "2017-11-20T22:52:00-05:00",
"notes": "old device",
}