More unit test fixes

This commit is contained in:
CocoByte 2024-06-03 18:38:40 -06:00
parent 65cb2dfb41
commit 73826c306d
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 3 additions and 3 deletions

View file

@ -1041,8 +1041,8 @@ class DomainRequestTests(TestWithUser, WebTest):
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
self.assertContains(response, "Enter your first name / given name.")
self.assertContains(response, "Enter your last name / family name.")
self.assertContains(response, "Enter the first name / given name of the CISA regional representative.")
self.assertContains(response, "Enter the last name / family name of the CISA regional representative.")
def test_if_anything_else_yes_no_form_is_yes_then_field_is_required(self):
"""Applicants with a anything else must provide a value"""