mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 05:28:49 -04:00
update tests
This commit is contained in:
@@ -66,7 +66,7 @@ def test_populate_annual_billing_with_defaults(
|
||||
def test_populate_annual_billing_with_defaults_sets_free_allowance_to_zero_if_previous_year_is_zero(
|
||||
notify_db_session, notify_api
|
||||
):
|
||||
service = create_service(organisation_type='central')
|
||||
service = create_service(organisation_type='federal')
|
||||
create_annual_billing(service_id=service.id, free_sms_fragment_limit=0, financial_year_start=2021)
|
||||
notify_api.test_cli_runner().invoke(
|
||||
populate_annual_billing_with_defaults, ['-y', 2022]
|
||||
|
||||
Reference in New Issue
Block a user