mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-02-12 16:29:31 +01:00
Removed useless USE_TZ
This commit is contained in:
parent
f5bff3af4e
commit
b99514f585
@ -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 = (
|
||||||
|
Loading…
Reference in New Issue
Block a user