Remove pentesters from list of domains

Reverts https://github.com/alphagov/notifications-admin/pull/1071
This commit is contained in:
Chris Hill-Scott
2017-01-31 14:22:26 +00:00
parent f07de56b38
commit 65be12fa87
2 changed files with 0 additions and 2 deletions

View File

@@ -76,7 +76,6 @@ class Config(object):
r"ucds\.email",
r"naturalengland\.org\.uk",
r"hmcts\.net",
r"irmsecurity\.com", # temp addition for pen testers to be able to create account
]

View File

@@ -82,7 +82,6 @@ def _gen_mock_field(x):
'test@ucds.email',
'test@naturalengland.org.uk',
'test@hmcts.net',
'test@irmsecurity.com' # remove once pen test complete
])
def test_valid_list_of_white_list_email_domains(app_, email):
with app_.test_request_context():