notify-api-332 rename organisation

This commit is contained in:
Kenneth Kehl
2023-07-10 11:06:29 -07:00
parent 8be3864d7a
commit 4940d5e93b
42 changed files with 1301 additions and 1274 deletions

View File

@@ -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'] == 150000 # based on other organisation type
assert json_response['free_sms_fragment_limit'] == 150000 # based on other organization type
def test_update_free_sms_fragment_limit_data(client, sample_service):