From 0c3e8627b9241fc93fd04c4203d24fa32814c6a3 Mon Sep 17 00:00:00 2001 From: venusbb Date: Fri, 3 Nov 2017 11:50:17 +0000 Subject: [PATCH] minor style change --- 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 80d273f24..7895bd8a9 100644 --- a/tests/app/billing/test_billing.py +++ b/tests/app/billing/test_billing.py @@ -332,7 +332,7 @@ def test_update_free_sms_fragment_limit(client, sample_service): def test_get_free_sms_fragment_limit_current_year(client, sample_service): current_year = get_current_financial_year_start_year() - create_annual_billing(sample_service.id, 9999, current_year - 1) + create_annual_billing(sample_service.id, free_sms_fragment_limit=9999, financial_year_start=current_year - 1) response_get = client.get( 'service/{}/billing/free-sms-fragment-limit'.format(sample_service.id),