Refactor following review

This commit is contained in:
Pea Tyczynska
2019-07-19 15:30:21 +01:00
parent c8ed608c9a
commit eae1ccf607
2 changed files with 4 additions and 6 deletions

View File

@@ -900,7 +900,7 @@ def test_should_not_show_go_live_button_if_checklist_not_complete(
),
pytest.param(
1,
None,
'central',
99,
[{'is_default': True, 'sms_sender': 'GOVUK'}],
'',
@@ -931,14 +931,14 @@ def test_should_not_show_go_live_button_if_checklist_not_complete(
),
(
1,
'local',
'nhs_local',
0,
[],
'Change your text message sender name Not completed',
),
(
None,
'local',
'school_or_college',
1,
[{'is_default': True, 'sms_sender': 'GOVUK'}],
'Change your text message sender name Not completed',