Commit 705ccd01 by cahrens

An empty category will result in InvalidLocationErrors.

parent ed9a61e2
......@@ -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>'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment