Fix timestamp of latest inbound text on dashboard

Key was misnamed.
This commit is contained in:
Chris Hill-Scott
2017-06-06 12:44:59 +01:00
parent 9d0d74cce4
commit 67137f5570
2 changed files with 3 additions and 3 deletions

View File

@@ -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(