mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Fix timestamp of latest inbound text on dashboard
Key was misnamed.
This commit is contained in:
@@ -1169,7 +1169,7 @@ def mock_get_inbound_sms_summary(mocker):
|
||||
):
|
||||
return {
|
||||
'count': 99,
|
||||
'latest_message': datetime.utcnow().isoformat()
|
||||
'most_recent': datetime.utcnow().isoformat()
|
||||
}
|
||||
|
||||
return mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user