diff --git a/lms/envs/test.py b/lms/envs/test.py index e6fedcb373..7d38e1fbb9 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -54,6 +54,7 @@ GITHUB_REPO_ROOT = ENV_ROOT / "data" STATICFILES_DIRS = [ COMMON_ROOT / "static", PROJECT_ROOT / "static", + ASKBOT_ROOT / "askbot" / "skins", ] STATICFILES_DIRS += [ (course_dir, COMMON_TEST_DATA_ROOT / course_dir)