rebreak the tests to reflect reality

This commit is contained in:
Kenneth Kehl
2024-03-07 09:59:58 -08:00
parent de38f38892
commit f42cf3bd22
2 changed files with 3 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ def get_status_filters(service, message_type, statistics):
if message_type is None:
stats = {
key: sum(statistics[message_type][key] for message_type in {"email", "sms"})
for key in {"requested", "delivered", "failed"}
for key in {"requested", "delivered", "failure"}
}
else:
stats = statistics[message_type]