code review feedback remove british fake email addresses

This commit is contained in:
Kenneth Kehl
2023-08-16 07:19:18 -07:00
parent f2f0e5a0f1
commit 22f301189a
10 changed files with 47 additions and 47 deletions

View File

@@ -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',
}
),
])