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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user