From 7bf8e2d6c0f4e95492666818874f79626c555324 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Thu, 15 Oct 2015 09:48:00 -0700 Subject: [PATCH] Allow uploads from GITHUB_REPO_ROOT This is necessary for course imports to not throw a SuspiciousOperation error. --- lms/envs/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/test.py b/lms/envs/test.py index e2f47df42c..3be41210fa 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -110,7 +110,7 @@ DATA_DIR = COURSES_ROOT COMMON_TEST_DATA_ROOT = COMMON_ROOT / "test" / "data" # Where the content data is checked out. This may not exist on jenkins. -GITHUB_REPO_ROOT = ENV_ROOT / "data" +GITHUB_REPO_ROOT = TEST_ROOT / "data" USE_I18N = True LANGUAGE_CODE = 'en' # tests assume they will get English.