mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
swap out uk org types for us-specific org types
This commit is contained in:
@@ -108,7 +108,7 @@ def test_get_free_sms_fragment_limit_current_year_creates_new_row_if_annual_bill
|
||||
)
|
||||
|
||||
assert json_response['financial_year_start'] == 2021
|
||||
assert json_response['free_sms_fragment_limit'] == 10000 # based on other organisation type
|
||||
assert json_response['free_sms_fragment_limit'] == 150000 # based on other organisation type
|
||||
|
||||
|
||||
def test_update_free_sms_fragment_limit_data(client, sample_service):
|
||||
|
||||
Reference in New Issue
Block a user