update tests

This commit is contained in:
stvnrlly
2022-10-11 20:07:18 +00:00
parent 91c57bd2b4
commit b0ed88e7a3
4 changed files with 23 additions and 23 deletions

View File

@@ -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]