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,