From b9b3d7e9f39d71eb5d5563cb128f728e838cc19f Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Mon, 4 Dec 2017 16:45:12 +0000 Subject: [PATCH] remove other line --- tests/app/main/views/test_dashboard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index c9b7add23..2c0017bf3 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -630,8 +630,7 @@ def test_usage_page_with_year_argument( logged_in_client, mock_get_usage, mock_get_billable_units, - mock_get_free_sms_fragment_limit, - # mock_create_or_update_free_sms_fragment_limit + mock_get_free_sms_fragment_limit ): assert logged_in_client.get(url_for('main.usage', service_id=SERVICE_ONE_ID, year=2000)).status_code == 200 mock_get_billable_units.assert_called_once_with(SERVICE_ONE_ID, 2000)