mirror of https://github.com/snachodog/mybuddy.git
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:
parent
b54b0facb3
commit
93207d88fe
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue