mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Fix column names
Add unit test
This commit is contained in:
@@ -322,9 +322,9 @@ def get_volumes_by_service():
|
||||
start_date = form.start_date.data
|
||||
end_date = form.end_date.data
|
||||
headers = [
|
||||
"organisation_id", "organisation_name", "service_id", "service_name",
|
||||
"free_allowance", "sms_notifications", "sms chargeable units", "email_totals",
|
||||
"letter_totals", "letter_cost", "letter_sheet_totals"
|
||||
"organisation id", "organisation name", "service id", "service name",
|
||||
"free allowance", "sms notifications", "sms chargeable units", "email totals",
|
||||
"letter totals", "letter cost", "letter sheet totals"
|
||||
]
|
||||
result = billing_api_client.get_data_for_volumes_by_service_report(start_date, end_date)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user