mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
account for apostrophes in tests
This commit is contained in:
parent
3ce4aa6b5f
commit
01d17269f3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class TestFormValidation(MockEppLib):
|
||||||
form = CurrentSitesForm(data={"website": "nah"})
|
form = CurrentSitesForm(data={"website": "nah"})
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
form.errors["website"],
|
form.errors["website"],
|
||||||
["Enter your organization's current website in the required format, like www.city.com."],
|
["Enter your organization’s current website in the required format, like www.city.com."],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_website_valid(self):
|
def test_website_valid(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue