diff --git a/common/lib/xmodule/abtest_module.py b/common/lib/xmodule/abtest_module.py index f6057171e5..c3e32732f3 100644 --- a/common/lib/xmodule/abtest_module.py +++ b/common/lib/xmodule/abtest_module.py @@ -101,6 +101,7 @@ class ABTestDescriptor(RawDescriptor, XmlDescriptor): raise InvalidDefinitionError("ABTest portions must add up to less than or equal to 1") definition['data']['group_portions'][DEFAULT] = default_portion + definition['children'].sort() return definition