Tests should explicitly ask for English.

This commit is contained in:
Ned Batchelder
2014-02-10 11:05:17 -05:00
parent aff3c47754
commit 6990b5ba41

View File

@@ -74,6 +74,7 @@ COMMON_TEST_DATA_ROOT = COMMON_ROOT / "test" / "data"
GITHUB_REPO_ROOT = ENV_ROOT / "data"
USE_I18N = True
LANGUAGE_CODE = 'en' # tests assume they will get English.
XQUEUE_INTERFACE = {
"url": "http://sandbox-xqueue.edx.org",