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 8c15abb commit d8926b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion g3w-admin/usersmanage/tests/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
LANGUAGE_CODE='en',
LANGUAGES = (
('en', 'English'),
)
),
REGISTRATION_OPEN=True
)
class UsermanageRegistrationFormTest(BaseUsermanageTestCase):

Expand Down

0 comments on commit d8926b7

Please sign in to comment.