mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 01:27:44 +02:00
Fix spelling error
This commit is contained in:
parent
4aabafac3b
commit
db7ded2573
@ -416,7 +416,7 @@ class TimeSpentAutoTestCase(TestCase):
|
|||||||
"created": datetime.strptime(
|
"created": datetime.strptime(
|
||||||
"2024-04-09T08:00:00+00:00", "%Y-%m-%dT%H:%M:%S%z"
|
"2024-04-09T08:00:00+00:00", "%Y-%m-%dT%H:%M:%S%z"
|
||||||
),
|
),
|
||||||
"description": "ollowup time spent auto exclude queues",
|
"description": "Followup time spent auto exclude queues",
|
||||||
}
|
}
|
||||||
ticket = Ticket.objects.create(**initial_data)
|
ticket = Ticket.objects.create(**initial_data)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user