Fix syntax error

This commit is contained in:
Rebecca Law
2018-03-02 15:16:33 +00:00
parent f7e1ca29fe
commit dcb3b84468

View File

@@ -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,