mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-30 14:10:40 -04:00
Keep param on multiple lines
so it scans the same as preceeding test cases Co-Authored-By: leohemsted <leohemsted@gmail.com>
This commit is contained in:
@@ -174,7 +174,11 @@ def test_cant_create_new_email_branding_with_unknown_domain(
|
||||
'southend.essex.gov.uk',
|
||||
'Not an organisation-level domain (use essex.gov.uk if appropriate)',
|
||||
),
|
||||
pytest.param('voa.gov.uk', '', marks=pytest.mark.xfail(raises=AssertionError)),
|
||||
pytest.param(
|
||||
'voa.gov.uk',
|
||||
'',
|
||||
marks=pytest.mark.xfail(raises=AssertionError)
|
||||
),
|
||||
])
|
||||
def test_rejects_non_canonical_domain_when_adding_email_branding(
|
||||
client_request,
|
||||
|
||||
Reference in New Issue
Block a user