mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01:00
Removed useless setting
This commit is contained in:
parent
c16d189104
commit
57ad29f46b
@ -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