Merge pull request #17115 from edx/bmedx/django111_cms_test_failures

Fixes to CMS failures in Django 1.11 tests
This commit is contained in:
Brian Mesick
2018-01-24 14:46:52 -05:00
committed by GitHub
51 changed files with 3728 additions and 3392 deletions

View File

@@ -39,13 +39,9 @@ from lms.envs.test import (
REGISTRATION_EXTRA_FIELDS,
)
# Add some host names used in assorted tests
# Allow all hosts during tests, we use a lot of different ones all over the codebase.
ALLOWED_HOSTS = [
'localhost',
'logistration.testserver',
'.testserver.fake',
'test-site.testserver',
'testserver.fakeother',
'*'
]
# mongo connection settings