mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-02 12:49:01 -04:00
Include organisation type in request to go live
This is so we can catch organisations that are going live with the wrong free text message allowance.
This commit is contained in:
@@ -477,6 +477,8 @@ def test_should_redirect_after_request_to_go_live(
|
||||
)
|
||||
|
||||
returned_message = mock_post.call_args[1]['data']['message']
|
||||
assert 'On behalf of service one' in returned_message
|
||||
assert 'Organisation type: central (250,000 free text messages)' in returned_message
|
||||
assert 'Channel: email and text messages' in returned_message
|
||||
assert 'Start date: 01/01/2017' in returned_message
|
||||
assert 'Start volume: 100,000' in returned_message
|
||||
|
||||
Reference in New Issue
Block a user