Fix unit test

This commit is contained in:
Oliver Walters 2026-06-20 00:14:27 +00:00
parent fcb001c440
commit bb3bc6552d
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ class ReportTagTest(PartImageTestMixin, InvenTreeTestCase):
)
self.assertEqual(
report_tags.format_datetime(dt, locale='de-de', date_format='long'),
'19. Juni 2026 um 15:30:00 UTC', # codespell:ignore "Juni"
'19. Juni 2026, 15:30:00 UTC', # codespell:ignore "Juni"
)
# fmt= wins over date_format=