mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 01:02:09 -05:00
fix test
This commit is contained in:
@@ -53,7 +53,7 @@ def invite_user_to_org(organization_id):
|
||||
|
||||
personalisation = {
|
||||
"user_name": (
|
||||
"The GOV.UK Notify team"
|
||||
"The Notify.gov team"
|
||||
if invited_org_user.invited_by.platform_admin
|
||||
else invited_org_user.invited_by.name
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user