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 0a216c8 commit 2945a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions g3w-admin/usersmanage/tests/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def test_registration_form(self):
class UsermanageRegistrationViewTest(BaseUsermanageTestCase):
""" View for test registration view """

@override_settings(REGISTRATION_OPEN=True)
def test_registration_view(self):

view_data = {
Expand Down

0 comments on commit 2945a89

Please sign in to comment.