mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Sort services by newest created first
Other than which services are live it’s also interesting to know what services are getting created on Notify. So let’s put the newest ones at the top of the page.
This commit is contained in:
@@ -84,7 +84,8 @@ def mock_get_detailed_service(mocker, api_user_active):
|
||||
'statistics': {
|
||||
'email': {'requested': 0, 'delivered': 0, 'failed': 0},
|
||||
'sms': {'requested': 0, 'delivered': 0, 'failed': 0}
|
||||
}
|
||||
},
|
||||
'created_at': str(datetime.utcnow())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user