mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Fix syntax error
This commit is contained in:
@@ -1554,7 +1554,7 @@ def test_should_show_page_to_set_organisation_type(
|
|||||||
('central', 250000),
|
('central', 250000),
|
||||||
('local', 25000),
|
('local', 25000),
|
||||||
('nhs', 25000),
|
('nhs', 25000),
|
||||||
(pytest.mark.xfail('private sector'), 1000)
|
pytest.mark.xfail(('private sector', 1000))
|
||||||
])
|
])
|
||||||
def test_should_set_organisation_type(
|
def test_should_set_organisation_type(
|
||||||
logged_in_platform_admin_client,
|
logged_in_platform_admin_client,
|
||||||
|
|||||||
Reference in New Issue
Block a user