update time handling for more tests

This commit is contained in:
stvnrlly
2022-11-10 16:54:48 -05:00
parent b50cb4712f
commit 3528bd37e1
10 changed files with 43 additions and 43 deletions

View File

@@ -145,7 +145,7 @@ def test_notification_for_csv_returns_bst_correctly(sample_template):
notification = create_notification(sample_template)
serialized = notification.serialize_for_csv()
assert serialized['created_at'] == '2017-03-27 00:01:53'
assert serialized['created_at'] == '2017-03-26 19:01:53'
def test_notification_personalisation_getter_returns_empty_dict_from_None():