From dcb3b84468bdc45d8380d69b8a78942291fb6b84 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 2 Mar 2018 15:16:33 +0000 Subject: [PATCH] Fix syntax error --- 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 d71849835..65ddb912c 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -1554,7 +1554,7 @@ def test_should_show_page_to_set_organisation_type( ('central', 250000), ('local', 25000), ('nhs', 25000), - (pytest.mark.xfail('private sector'), 1000) + pytest.mark.xfail(('private sector', 1000)) ]) def test_should_set_organisation_type( logged_in_platform_admin_client,