mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-04 16:20:06 -04:00
Merge branch 'master' of github.com:alphagov/notifications-api into service-whitelist
This commit is contained in:
@@ -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'
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user