We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe94b commit ec632c5Copy full SHA for ec632c5
dje/tests/test_registration.py
@@ -105,7 +105,7 @@ def test_user_registration_form_validators(self):
105
"This password is too short. It must contain at least 8 characters.",
106
"Your password must contain at least one special character.",
107
],
108
- "captcha": ["Altcha CAPTCHA token is missing."],
+ "captcha": ["ALTCHA CAPTCHA token is missing."],
109
}
110
self.assertEqual(expected, response.context["form"].errors)
111
self.captcha_patch.start()
0 commit comments