diff --git a/cms/envs/test.py b/cms/envs/test.py index 8ee1bcb625..f301d35b79 100644 --- a/cms/envs/test.py +++ b/cms/envs/test.py @@ -19,7 +19,8 @@ from warnings import filterwarnings, simplefilter from uuid import uuid4 # import settings from LMS for consistent behavior with CMS -from lms.envs.test import (WIKI_ENABLED, PLATFORM_NAME, SITE_NAME) +# pylint: disable=unused-import +from lms.envs.test import (WIKI_ENABLED, PLATFORM_NAME, SITE_NAME, DEFAULT_FILE_STORAGE, MEDIA_ROOT, MEDIA_URL) # mongo connection settings MONGO_PORT_NUM = int(os.environ.get('EDXAPP_TEST_MONGO_PORT', '27017'))