Why does this work

Indeed, it may not
This commit is contained in:
2020-12-27 18:28:02 +00:00
parent 80837c3d9a
commit a0c6793cf6

View File

@@ -578,7 +578,9 @@ class TestCalendar(BaseRigboardTest):
specialEvent.start_date.strftime('%Y%m%d') + 'T' + specialEvent.start_time.strftime(
'%H%M%S'))
self.assertContains(response,
specialEvent.end_date.strftime('%Y%m%d') + 'T' + specialEvent.end_time.strftime('%H%M%S'))
specialEvent.end_date.strftime('%Y%m%d'))
self.assertContains(response,
specialEvent.end_time.strftime('%H%M%S'))
# Only non rigs
self.page.toggle_filter('rig')