Skip to content

Commit ec632c5

Browse files
committed
Fix failing tests #235
Signed-off-by: tdruez <[email protected]>
1 parent e0fe94b commit ec632c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dje/tests/test_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_user_registration_form_validators(self):
105105
"This password is too short. It must contain at least 8 characters.",
106106
"Your password must contain at least one special character.",
107107
],
108-
"captcha": ["Altcha CAPTCHA token is missing."],
108+
"captcha": ["ALTCHA CAPTCHA token is missing."],
109109
}
110110
self.assertEqual(expected, response.context["form"].errors)
111111
self.captcha_patch.start()

0 commit comments

Comments
 (0)