Fix unit test

This commit is contained in:
zandercymatics 2024-01-22 08:15:30 -07:00
parent 816cbe23dd
commit b334fba421
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2653,7 +2653,7 @@ class TestDomainManagers(TestDomainOverview):
# Ensure the error we recieve is in line with what we expect # Ensure the error we recieve is in line with what we expect
message = messages[0] 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") self.assertEqual(message.tags, "success")
# Ensure that the current user was deleted # Ensure that the current user was deleted