mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-18 07:33:57 +00:00
Fixes names of site settings field in tests
This commit is contained in:
parent
a3d5a03477
commit
e198e663d1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class AuthenticationViews(TestCase):
|
|||
self.anonymous_user.is_authenticated = False
|
||||
|
||||
self.settings = models.SiteSettings.objects.create(
|
||||
id=1, require_email_confirmation=False
|
||||
id=1, require_confirm_email=False
|
||||
)
|
||||
|
||||
def test_login_get(self, _):
|
||||
|
|
Loading…
Reference in a new issue