mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Fix unit test
This commit is contained in:
parent
816cbe23dd
commit
b334fba421
1 changed files with 1 additions and 1 deletions
|
@ -2653,7 +2653,7 @@ class TestDomainManagers(TestDomainOverview):
|
|||
|
||||
# Ensure the error we recieve is in line with what we expect
|
||||
message = messages[0]
|
||||
self.assertEqual(message.message, "You are no longer managing the domain igorville.gov")
|
||||
self.assertEqual(message.message, "You are no longer managing the domain igorville.gov.")
|
||||
self.assertEqual(message.tags, "success")
|
||||
|
||||
# Ensure that the current user was deleted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue