Skip to content

Commit

Permalink
Change override_settings parameters for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Oct 25, 2023
1 parent d8926b7 commit 0a216c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g3w-admin/usersmanage/tests/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
LANGUAGE_CODE='en',
LANGUAGES = (
('en', 'English'),
),
REGISTRATION_OPEN=True
)
)
class UsermanageRegistrationFormTest(BaseUsermanageTestCase):

Expand All @@ -32,6 +31,7 @@ def setUp(cls):

cls.request = RequestFactory()

@override_settings(REGISTRATION_OPEN=True)
def test_registration_form(self):
""" Test Registration form insert/create new user """

Expand Down

0 comments on commit 0a216c8

Please sign in to comment.