Merge pull request #3295 from alphagov/restyle-template-stats

Restyle template statistics and received text messages
This commit is contained in:
Chris Hill-Scott
2020-02-18 14:30:06 +00:00
committed by GitHub
15 changed files with 186 additions and 114 deletions

View File

@@ -1960,7 +1960,7 @@ def mock_get_inbound_sms_summary(mocker):
service_id,
):
return {
'count': 99,
'count': 9999,
'most_recent': datetime.utcnow().isoformat()
}