Skip to content
Snippets Groups Projects
Commit 13c7cffd authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Override HIJACK_ENABLE for tests.

parent cb7829f9
No related branches found
Tags v1.21.3
No related merge requests found
......@@ -61,7 +61,7 @@ class TestPasswordReset(BaseViewTestCase):
self.assertIn('https://testserver/account/password/reset/confirm', mail.outbox[0].body)
@override_settings(ROOT_URLCONF='hypha.apply.urls')
@override_settings(ROOT_URLCONF='hypha.apply.urls', HIJACK_ENABLE=True)
class TestBecome(TestCase):
def setUp(self):
self.staff = StaffFactory()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment