mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Add tests for getting back lists of notifications
This commit is contained in:
@@ -550,7 +550,7 @@ class Notification(db.Model):
|
||||
NOTIFICATION_FAILED,
|
||||
NOTIFICATION_TECHNICAL_FAILURE,
|
||||
NOTIFICATION_TEMPORARY_FAILURE,
|
||||
NOTIFICATION_PERMANENT_FAILURE
|
||||
NOTIFICATION_PERMANENT_FAILURE,
|
||||
]:
|
||||
return self.updated_at.strftime(DATETIME_FORMAT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user