mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Update test_views_portfolio.py
This commit is contained in:
parent
330a246f86
commit
4d77e29a72
1 changed files with 2 additions and 2 deletions
|
@ -3873,7 +3873,7 @@ class TestPortfolioInviteNewMemberView(MockEppLib, WebTest):
|
|||
# verify messages
|
||||
self.assertContains(
|
||||
response,
|
||||
("This user has already been invited to another .gov organization."),
|
||||
f"{self.invited_member_email} has already been invited to another .gov organization.",
|
||||
)
|
||||
|
||||
# Validate Database has not changed
|
||||
|
@ -3911,7 +3911,7 @@ class TestPortfolioInviteNewMemberView(MockEppLib, WebTest):
|
|||
# Verify messages
|
||||
self.assertContains(
|
||||
response,
|
||||
("This user is already a member of another .gov organization."),
|
||||
f"{self.user.email} is already a member of another .gov organization.",
|
||||
)
|
||||
|
||||
# Validate Database has not changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue