Removing the section that calculated the count bar for templates and simplified

This commit is contained in:
Jonathan Bobel
2023-08-04 14:23:19 -04:00
parent d430bea3ee
commit d9e5709a0f
3 changed files with 13 additions and 9 deletions

View File

@@ -556,7 +556,8 @@ def test_should_show_monthly_breakdown_of_template_usage(
assert ' '.join(table_rows[0].text.split()) == (
'My first template '
'Text message template '
'2'
'2 '
'messages sent'
)
assert len(table_rows) == len(['October'])