From 252716156c3a7eed568dcecd9660a286ca1c811a Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Thu, 4 Jun 2026 06:07:36 -0400 Subject: [PATCH] test(fusion_tasks): tz test task needs description (NOT NULL) + is_in_store Co-Authored-By: Claude Opus 4.8 (1M context) --- fusion_tasks/tests/test_task_tz.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fusion_tasks/tests/test_task_tz.py b/fusion_tasks/tests/test_task_tz.py index 539a8dbd..3171d088 100644 --- a/fusion_tasks/tests/test_task_tz.py +++ b/fusion_tasks/tests/test_task_tz.py @@ -29,6 +29,8 @@ class TestTaskTz(TransactionCase): 'scheduled_date': date(date.today().year + 1, 7, 1), 'time_start': 9.0, 'time_end': 10.0, + 'description': 'TZ round-trip test', # description is required (NOT NULL) + 'is_in_store': True, # avoids the address-required constraint }) def test_local_to_utc_compute(self):