mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 08:09:51 -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),
|
||||
('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,
|
||||
|
||||
Reference in New Issue
Block a user