mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +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