mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
parent
142ec8b283
commit
f1029b308f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class AuthViewsTestCase(TestCase):
|
|||
def assertFormError(self, response, error):
|
||||
"""Assert that error is found in response.context['form'] errors"""
|
||||
form_errors = list(itertools.chain(*response.context['form'].errors.values()))
|
||||
self.assertIn(force_text(text), form_errors)
|
||||
self.assertIn(force_text(error), form_errors)
|
||||
|
||||
|
||||
@skipIfCustomUser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue