From d12fa00066c7c5ad0ed89bea4c628113238965fb Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 30 Aug 2018 16:03:20 +0100 Subject: [PATCH] Update tests to allow new 'GOV.UK' label --- tests/app/main/views/test_service_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 5360abd79..c41b18b46 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -1744,7 +1744,7 @@ def test_should_show_branding_styles( assert branding_style_choices[5]['value'] == '5' # radios should be in alphabetical order, based on their labels - assert radio_labels == ['None', 'org 1', 'org 2', 'org 3', 'org 4', 'org 5'] + assert radio_labels == ['GOV.UK', 'org 1', 'org 2', 'org 3', 'org 4', 'org 5'] assert 'checked' in branding_style_choices[0].attrs assert 'checked' not in branding_style_choices[1].attrs