Fixes register tests
This commit is contained in:
parent
be479fe4cb
commit
08e378a539
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ class RegisterViews(TestCase):
|
|||
self.anonymous_user.is_authenticated = False
|
||||
|
||||
self.settings = models.SiteSettings.objects.create(
|
||||
id=1, require_confirm_email=False
|
||||
id=1, require_confirm_email=False, allow_registration=True
|
||||
)
|
||||
|
||||
def test_get_redirect(self, *_):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue