mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 04:53:12 -04:00
Deprecate service branding column
We want to drop this column. First we have to stop using it anywhere. Needs to be made nullable so we can stop writing to it.
This commit is contained in:
@@ -135,7 +135,7 @@ def test_get_service_by_id(admin_request, sample_service):
|
||||
assert json_resp['data']['id'] == str(sample_service.id)
|
||||
assert not json_resp['data']['research_mode']
|
||||
assert json_resp['data']['email_branding'] is None
|
||||
assert json_resp['data']['branding'] == 'govuk'
|
||||
assert 'branding' not in json_resp['data']
|
||||
assert json_resp['data']['dvla_organisation'] == '001'
|
||||
assert json_resp['data']['prefix_sms'] is True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user