From 705ccd01bcffe83c1ee1a5bddf8c14668476747c Mon Sep 17 00:00:00 2001
From: cahrens <christina@edx.org>
Date: Tue, 19 Nov 2013 13:41:44 -0500
Subject: [PATCH] An empty category will result in InvalidLocationErrors.

---
 lms/djangoapps/courseware/tests/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lms/djangoapps/courseware/tests/__init__.py b/lms/djangoapps/courseware/tests/__init__.py
index 1f8b5f1f15d..9a17073a372 100644
--- a/lms/djangoapps/courseware/tests/__init__.py
+++ b/lms/djangoapps/courseware/tests/__init__.py
@@ -46,7 +46,7 @@ class BaseTestXmodule(ModuleStoreTestCase):
     COURSE_DATA = {}
 
     # Data from YAML common/lib/xmodule/xmodule/templates/NAME/default.yaml
-    CATEGORY = ""
+    CATEGORY = "vertical"
     DATA = ''
     MODEL_DATA = {'data': '<some_module></some_module>'}
 
-- 
GitLab