Add user timezone setting to test fixtures

Without this change, some tests will fail because the default setting value
for the timezone will override (UTC) when "US/Eastern" is expected.
This commit is contained in:
Christopher C. Wells 2020-02-14 09:59:53 -08:00 committed by Christopher Charbonneau Wells
parent b54b0facb3
commit 93207d88fe
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
[ [
{
"model": "babybuddy.settings",
"pk": 1,
"fields": {
"user": 1,
"dashboard_refresh_rate": "00:01:00",
"language": "en",
"timezone": "US/Eastern"
}
},
{ {
"model": "core.child", "model": "core.child",
"pk": 1, "pk": 1,