Skip to content
Snippets Groups Projects
Commit 771a55a6 authored by Victor Shnayder's avatar Victor Shnayder
Browse files

turn forums on in test.py

- this may not be a good idea, but needed for testing cohorts for now...
parent d17aedf3
No related branches found
Tags release-2021-06-22-18.11
No related merge requests found
......@@ -3,7 +3,6 @@ from django.core.urlresolvers import reverse
from django.test import TestCase
from django.test.client import RequestFactory
from django.conf import settings
from django.core.urlresolvers import reverse
from mock import Mock
......
......@@ -17,7 +17,7 @@ from path import path
MITX_FEATURES['DISABLE_START_DATES'] = True
# Until we have discussion actually working in test mode, just turn it off
MITX_FEATURES['ENABLE_DISCUSSION_SERVICE'] = False
MITX_FEATURES['ENABLE_DISCUSSION_SERVICE'] = True
# Need wiki for courseware views to work. TODO (vshnayder): shouldn't need it.
WIKI_ENABLED = True
......
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