Fix tests

This commit is contained in:
Ludovic Stephan 2021-01-21 21:08:57 +01:00
parent 79f0757e9f
commit 4bc56d34e0

View file

@ -654,7 +654,9 @@ class AccountStatOperationListViewTests(ViewTestCaseMixin, TestCase):
"scale-name": ["month"], "scale-name": ["month"],
"scale-last": ["True"], "scale-last": ["True"],
"scale-begin": [ "scale-begin": [
self.accounts["user1"].created_at.isoformat(" ") self.accounts["user1"]
.created_at.replace(tzinfo=None)
.isoformat(" ")
], ],
}, },
}, },