Merge pull request #3484 from alphagov/update-free-allowance-2022

Free allowance rates for 2022
This commit is contained in:
Rebecca Law
2022-03-15 14:00:09 +00:00
committed by GitHub
2 changed files with 16 additions and 3 deletions

View File

@@ -66,7 +66,12 @@ def test_dao_update_annual_billing_for_future_years(notify_db_session, sample_se
('other', 2020, 25000),
(None, 2020, 25000),
('central', 2019, 250000),
('school_or_college', 2022, 10000)
('school_or_college', 2022, 10000),
('central', 2022, 40000),
('local', 2022, 20000),
('nhs_local', 2022, 20000),
('emergency_service', 2022, 20000),
('central', 2023, 40000),
])
def test_set_default_free_allowance_for_service(notify_db_session, org_type, year, expected_default):