From 93207d88fe4c87c0cf8d842ac8309639b0394c6f Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Fri, 14 Feb 2020 09:59:53 -0800 Subject: [PATCH] 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. --- babybuddy/fixtures/tests.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/babybuddy/fixtures/tests.json b/babybuddy/fixtures/tests.json index ebe4978f..4b29dfa9 100644 --- a/babybuddy/fixtures/tests.json +++ b/babybuddy/fixtures/tests.json @@ -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", "pk": 1,