mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 09:23:39 +01:00
Remove queues exclusion at the end of test
This commit is contained in:
parent
6e845f6351
commit
d1af580483
@ -320,3 +320,6 @@ class TimeSpentAutoTestCase(TestCase):
|
|||||||
self.assertEqual(latest_fup.date - ticket.created, timedelta(hours=5))
|
self.assertEqual(latest_fup.date - ticket.created, timedelta(hours=5))
|
||||||
# calculated time spent with 2 hours exclusion is 3 hours
|
# calculated time spent with 2 hours exclusion is 3 hours
|
||||||
self.assertEqual(ticket.time_spent.total_seconds(), 3 * 3600.0)
|
self.assertEqual(ticket.time_spent.total_seconds(), 3 * 3600.0)
|
||||||
|
|
||||||
|
# remove queues exclusion
|
||||||
|
helpdesk_settings.FOLLOWUP_TIME_SPENT_EXCLUDE_QUEUES = ()
|
Loading…
Reference in New Issue
Block a user