Removed gov.uk text from org invite

This commit is contained in:
Andrew Shumway
2024-03-04 10:23:45 -07:00
parent 18dddf4043
commit 0d856f07fc
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ from tests.app.db import create_invited_org_user
@pytest.mark.parametrize(
"platform_admin, expected_invited_by",
((True, "The GOV.UK Notify team"), (False, "Test User")),
((True, "The Notify.gov team"), (False, "Test User")),
)
@pytest.mark.parametrize(
"extra_args, expected_start_of_invite_url",