Updates test env
This commit is contained in:
parent
5373663acf
commit
98a98f8e69
2 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,9 @@ class AuthenticationViews(TestCase):
|
|||
self.anonymous_user = AnonymousUser
|
||||
self.anonymous_user.is_authenticated = False
|
||||
|
||||
self.settings = models.SiteSettings.objects.create(id=1)
|
||||
self.settings = models.SiteSettings.objects.create(
|
||||
id=1, require_email_confirmation=False
|
||||
)
|
||||
|
||||
def test_login_get(self, _):
|
||||
"""there are so many views, this just makes sure it LOADS"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue