diff --git a/helpdesk/tests/test_time_spent_auto.py b/helpdesk/tests/test_time_spent_auto.py index 792a3843..a7ea0bbf 100644 --- a/helpdesk/tests/test_time_spent_auto.py +++ b/helpdesk/tests/test_time_spent_auto.py @@ -302,7 +302,7 @@ class TimeSpentAutoTestCase(TestCase): # create a change queue follow-up every hour # first follow-up created at the same time of the ticket without queue change - # new --1h--> stop1 --0h--> resume1 --1h--> stop2 --0h--> --1h--> end + # new --1h--> stop1 --0h--> resume1 --1h--> stop2 --0h--> resume2 --1h--> end for (i, queue) in enumerate(queues_sequence): # create follow-up post_data = {