Removed useless USE_TZ

This commit is contained in:
Sam Splunks 2024-03-27 16:27:32 +00:00
parent f5bff3af4e
commit b99514f585

View File

@ -40,7 +40,6 @@ class TimeSpentAutoTestCase(TestCase):
"""Tests automatic time_spent calculation.""" """Tests automatic time_spent calculation."""
# activate automatic calculation # activate automatic calculation
helpdesk_settings.FOLLOWUP_TIME_SPENT_AUTO = True helpdesk_settings.FOLLOWUP_TIME_SPENT_AUTO = True
helpdesk_settings.USE_TZ = True
# ticket creation date, follow-up creation date, assertion value # ticket creation date, follow-up creation date, assertion value
TEST_VALUES = ( TEST_VALUES = (