mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 15:04:11 +02:00
fixed a test
This commit is contained in:
parent
a8340f5470
commit
267364e556
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ class TestDomainManagers(TestDomainOverview):
|
||||||
add_page.form.submit()
|
add_page.form.submit()
|
||||||
|
|
||||||
expected_message_content = (
|
expected_message_content = (
|
||||||
"Can't send invitation email. No email is associated with the account for 'test_user'."
|
"Can't send invitation email. No email is associated with your user account."
|
||||||
)
|
)
|
||||||
|
|
||||||
# Assert that the error message was called with the correct argument
|
# Assert that the error message was called with the correct argument
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue