mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Add new rates for 2021
These are the new rates from https://docs.google.com/document/d/1aObNQNBw3ayPMl3b_Qc5kZBdaXIAMDnBGtV-xPtFBsc/edit?ts=603f68ea# We’re changing the free allowance so we can continue to support all the teams that use Notify. The new allowance means over 90% of teams can still send all the text messages they need to without paying.
This commit is contained in:
@@ -250,6 +250,15 @@ def test_get_should_only_show_nhs_org_types_radios_if_user_has_nhs_email(
|
||||
(2020, 'school_or_college', 25_000),
|
||||
(2020, 'emergency_service', 25_000),
|
||||
(2020, 'other', 25_000),
|
||||
|
||||
(2021, 'central', 150_000),
|
||||
(2021, 'local', 25_000),
|
||||
(2021, 'nhs_central', 150_000),
|
||||
(2021, 'nhs_local', 25_000),
|
||||
(2021, 'nhs_gp', 10_000),
|
||||
(2021, 'school_or_college', 10_000),
|
||||
(2021, 'emergency_service', 25_000),
|
||||
(2021, 'other', 10_000),
|
||||
])
|
||||
def test_should_add_service_and_redirect_to_dashboard_when_existing_service(
|
||||
app_,
|
||||
|
||||
Reference in New Issue
Block a user