mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 14:36:32 +02:00
Remove more tests related to the phone number that was required for AO
This commit is contained in:
parent
a005e5051d
commit
b8e12bc68b
2 changed files with 0 additions and 6 deletions
|
@ -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"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue