mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
set sms_sender to be 'GOVUK' if not otherwise specified
this is a precursor to making the column non-nullable
This commit is contained in:
@@ -214,7 +214,11 @@ def test_create_service(client, sample_user):
|
|||||||
assert json_resp['data']['email_from'] == 'created.service'
|
assert json_resp['data']['email_from'] == 'created.service'
|
||||||
assert not json_resp['data']['research_mode']
|
assert not json_resp['data']['research_mode']
|
||||||
assert json_resp['data']['dvla_organisation'] == '001'
|
assert json_resp['data']['dvla_organisation'] == '001'
|
||||||
|
<<<<<<< HEAD
|
||||||
assert json_resp['data']['sms_sender'] == current_app.config['FROM_NUMBER']
|
assert json_resp['data']['sms_sender'] == current_app.config['FROM_NUMBER']
|
||||||
|
=======
|
||||||
|
assert json_resp['data']['sms_sender'] == 'GOVUK'
|
||||||
|
>>>>>>> set sms_sender to be 'GOVUK' if not otherwise specified
|
||||||
|
|
||||||
auth_header_fetch = create_authorization_header()
|
auth_header_fetch = create_authorization_header()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user