Skip to content

Commit

Permalink
Add events module to test config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMwangi21 committed Nov 28, 2024
1 parent 114a507 commit 5b82274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/planning/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class TestCase(_TestCase):
test_context = None # avoid using test_request_context

def setUp(self):
config = {"INSTALLED_APPS": ["planning"]}
config = {"INSTALLED_APPS": ["planning"], "MODULES": ["planning.module"]}
update_config(config)
super().setUp()

0 comments on commit 5b82274

Please sign in to comment.