Fix verbiage

This commit is contained in:
zandercymatics 2023-10-04 10:31:59 -06:00
parent e6948f462b
commit 41eab0d3a7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -1487,7 +1487,7 @@ class TestDomainDetail(TestWithDomainPermissions, WebTest, MockEppLib):
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
success_page = result.follow()
self.assertContains(
success_page, "The security email for this domain have been updated"
success_page, "The security email for this domain has been updated"
)
def test_domain_overview_blocked_for_ineligible_user(self):