test(fusion_tasks): tz test task needs description (NOT NULL) + is_in_store

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-06-04 06:07:36 -04:00
parent dfa266d691
commit 252716156c

View File

@@ -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):