mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-06-30 20:50:59 +02:00
Fixed test comment
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user