mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Rename billing API methods to be recognisable
I struggled to distinguish which was which as neither mentioned if the data they returned was monthly or annual.
This commit is contained in:
@@ -221,8 +221,8 @@ def test_accepting_invite_removes_invite_from_session(
|
||||
mock_has_no_jobs,
|
||||
mock_get_service_statistics,
|
||||
mock_get_template_folders,
|
||||
mock_get_usage,
|
||||
mock_get_billable_units,
|
||||
mock_get_annual_usage_for_service,
|
||||
mock_get_monthly_usage_for_service,
|
||||
mock_get_free_sms_fragment_limit,
|
||||
mock_get_inbound_sms_summary,
|
||||
mock_get_returned_letter_statistics_with_no_returned_letters,
|
||||
@@ -606,7 +606,7 @@ def test_new_invited_user_verifies_and_added_to_service(
|
||||
mock_has_permissions,
|
||||
mock_no_users_for_service,
|
||||
mock_get_service_statistics,
|
||||
mock_get_usage,
|
||||
mock_get_annual_usage_for_service,
|
||||
mock_get_free_sms_fragment_limit,
|
||||
mock_get_returned_letter_statistics_with_no_returned_letters,
|
||||
mock_create_event,
|
||||
|
||||
Reference in New Issue
Block a user