Merge branch 'master' of github.com:alphagov/notifications-api into service-whitelist

This commit is contained in:
Leo Hemsted
2016-09-22 17:18:52 +01:00
9 changed files with 55 additions and 67 deletions

View File

@@ -84,6 +84,7 @@ def test_should_build_service_whitelist_from_mobile_number(mobile_number):
assert service_whitelist.mobile_number == mobile_number
assert service_whitelist.email_address is None
@pytest.mark.parametrize('email_address', [
'test@example.com'
])