Commit f035d560 by Calen Pennington

Keep abtest children in a consistent order (makes testing easier)

parent 3a348e57
......@@ -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
......
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