mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
Fixed test comment
This commit is contained in:
parent
d1af580483
commit
aa5e2d0c67
@ -302,7 +302,7 @@ class TimeSpentAutoTestCase(TestCase):
|
|||||||
|
|
||||||
# create a change queue follow-up every hour
|
# create a change queue follow-up every hour
|
||||||
# first follow-up created at the same time of the ticket without queue change
|
# 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):
|
for (i, queue) in enumerate(queues_sequence):
|
||||||
# create follow-up
|
# create follow-up
|
||||||
post_data = {
|
post_data = {
|
||||||
|
Loading…
Reference in New Issue
Block a user