From b27eacb03b7910e4c7c197bb8113f27093bd9693 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Wed, 10 Jan 2018 10:56:21 +0000 Subject: [PATCH] oops --- tests/app/main/test_validators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/test_validators.py b/tests/app/main/test_validators.py index d1fd670fa..43f094cbc 100644 --- a/tests/app/main/test_validators.py +++ b/tests/app/main/test_validators.py @@ -101,6 +101,7 @@ def _gen_mock_field(x): 'test@biglotteryfund.org.uk', 'test@marinemanagement.org.uk', 'test@britishmuseum.org', + 'test@derrystrabane.com', ]) def test_valid_list_of_white_list_email_domains( client, @@ -136,7 +137,6 @@ def test_valid_list_of_white_list_email_domains( 'test@police.test.uk', 'test@ucds.com', 'test@123bl.uk', - 'test@derrystrabane.com', ]) def test_invalid_list_of_white_list_email_domains( client,