mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 08:40:29 -04:00
Update tests to match the new csv data
This commit is contained in:
@@ -146,7 +146,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'] == 'Monday 27 March 2017 at 00:01'
|
||||
assert serialized['created_at'] == '2017-03-27 00:01:53'
|
||||
|
||||
|
||||
def test_notification_personalisation_getter_returns_empty_dict_from_None():
|
||||
|
||||
Reference in New Issue
Block a user