mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
Only 6 fails left to go.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -40,7 +40,7 @@ def format_admin_stats(statistics):
|
||||
|
||||
def create_stats_dict():
|
||||
stats_dict = {}
|
||||
for template in TemplateType:
|
||||
for template in (TemplateType.SMS, TemplateType.EMAIL):
|
||||
stats_dict[template] = {}
|
||||
|
||||
for status in ("total", "test-key"):
|
||||
|
||||
Reference in New Issue
Block a user