Fix tests again
This commit is contained in:
parent
a14c9d9574
commit
d965050563
1 changed files with 1 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ class ArticleStatSalesListViewTests(ViewTestCaseMixin, TestCase):
|
||||||
"query": {
|
"query": {
|
||||||
"scale-name": ["month"],
|
"scale-name": ["month"],
|
||||||
"scale-last": ["True"],
|
"scale-last": ["True"],
|
||||||
"scale-begin": [self.opegroup.at.isoformat(" ")],
|
"scale-begin": [self.opegroup.at.strftime("%Y-%m-%d %H:%M:%S")],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue