Fix test failing in Github that works locally

This commit is contained in:
Christopher Broderick 2025-05-13 18:51:37 +01:00
parent 6454a3107c
commit 4067abb07e

View File

@ -320,7 +320,7 @@ class TicketTest(APITestCase):
"new_status": None, "new_status": None,
"time_spent": None, "time_spent": None,
"followupattachment_set": [], "followupattachment_set": [],
"date": frozen_date_time_str + "Z", "date": frozen_date_time_str,
"message_id": None, "message_id": None,
} }
], ],