Remove more tests related to the phone number that was required for AO

This commit is contained in:
Rebecca Hsieh 2023-12-15 13:07:24 -08:00
parent a005e5051d
commit b8e12bc68b
No known key found for this signature in database
2 changed files with 0 additions and 6 deletions

View file

@ -196,11 +196,6 @@ class TestFormValidation(MockEppLib):
["Response must be less than 1000 characters."],
)
def test_authorizing_official_phone_invalid(self):
"""Must be a valid phone number."""
form = AuthorizingOfficialForm(data={"phone": "boss@boss"})
self.assertTrue(form.errors["phone"][0].startswith("Enter a valid phone number "))
def test_your_contact_email_invalid(self):
"""must be a valid email address."""
form = YourContactForm(data={"email": "boss@boss"})