Commit 4c97fa9c authored by Michal Čihař's avatar Michal Čihař

Add missing settings override

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9e9d8d73
......@@ -118,6 +118,7 @@ class RegistrationTest(TestCase, RegistrationTestMixin):
# Verify stored first/last name
self.assertEqual(user.first_name, 'First Last')
@OverrideSettings(REGISTRATION_OPEN=True)
@OverrideSettings(REGISTRATION_CAPTCHA=False)
def test_register_missing(self):
# Disable captcha
......
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