Commit c16c1e1f authored by Michal Čihař's avatar Michal Čihař

Fix testcase for lowered limit

parent 0717b353
......@@ -774,7 +774,7 @@ class SearchViewTest(ViewTestCase):
# Short string
self.do_search(
{'q': 'x'},
'Ensure this value has at least 5 characters (it has 1).'
'Ensure this value has at least 4 characters (it has 1).'
)
# Wrong type
self.do_search(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment