forked from DGNum/gestioCOF
Fix tests
This commit is contained in:
parent
79f0757e9f
commit
4bc56d34e0
1 changed files with 3 additions and 1 deletions
|
@ -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(" ")
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue