mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
code review feedback remove british fake email addresses
This commit is contained in:
@@ -518,7 +518,7 @@ def test_post_update_organization_set_mou_doesnt_email_if_no_signed_by(
|
||||
None,
|
||||
None,
|
||||
{
|
||||
'MOU_SIGNER_RECEIPT_TEMPLATE_ID': 'notify@digital.cabinet-office.gov.uk',
|
||||
'MOU_SIGNER_RECEIPT_TEMPLATE_ID': 'notify@digital.fake.gov',
|
||||
}
|
||||
),
|
||||
(
|
||||
@@ -526,7 +526,7 @@ def test_post_update_organization_set_mou_doesnt_email_if_no_signed_by(
|
||||
'important@person.com',
|
||||
{
|
||||
'MOU_SIGNED_ON_BEHALF_ON_BEHALF_RECEIPT_TEMPLATE_ID': 'important@person.com',
|
||||
'MOU_SIGNED_ON_BEHALF_SIGNER_RECEIPT_TEMPLATE_ID': 'notify@digital.cabinet-office.gov.uk',
|
||||
'MOU_SIGNED_ON_BEHALF_SIGNER_RECEIPT_TEMPLATE_ID': 'notify@digital.fake.gov',
|
||||
}
|
||||
),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user