From 828ebb60793004462404fdcc66bf31a029196431 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 14 May 2018 12:48:42 +0100 Subject: [PATCH] Fix test --- tests/app/billing/test_billing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/billing/test_billing.py b/tests/app/billing/test_billing.py index e13c0777b..43b49dfa2 100644 --- a/tests/app/billing/test_billing.py +++ b/tests/app/billing/test_billing.py @@ -620,4 +620,4 @@ def test_get_yearly_billing_usage_summary_from_ft_billing(client, notify_db_sess assert json_response[2]['notification_type'] == 'sms' assert json_response[2]['billing_units'] == 825 assert json_response[2]['rate'] == 0.0162 - assert json_response[0]['letter_total'] == 0 + assert json_response[2]['letter_total'] == 0