mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 06:56:33 +02:00
Fix small reformat and lint
This commit is contained in:
parent
84ea4920a0
commit
225628a7e4
1 changed files with 2 additions and 1 deletions
|
@ -151,7 +151,8 @@ class TestFormValidation(TestCase):
|
||||||
"""Response must be less than 1000 characters."""
|
"""Response must be less than 1000 characters."""
|
||||||
form = AboutYourOrganizationForm(
|
form = AboutYourOrganizationForm(
|
||||||
data={
|
data={
|
||||||
"about_your_organization": "Bacon ipsum dolor amet fatback strip steak pastrami"
|
"about_your_organization": "Bacon ipsum dolor amet fatback"
|
||||||
|
"strip steak pastrami"
|
||||||
"shankle, drumstick doner chicken landjaeger turkey andouille."
|
"shankle, drumstick doner chicken landjaeger turkey andouille."
|
||||||
"Buffalo biltong chuck pork chop tongue bresaola turkey. Doner"
|
"Buffalo biltong chuck pork chop tongue bresaola turkey. Doner"
|
||||||
"ground round strip steak, jowl tail chuck ribeye bacon"
|
"ground round strip steak, jowl tail chuck ribeye bacon"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue