Commit 3b0ace67 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: fixup test

parent a2821403
......@@ -723,6 +723,7 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin):
# Ensure no unexpected object has been created
# destination project:
# 1 open order
# 1 hosting subscription
# 2 accounting transaction
# 1 packing list
# 7 simulation mvt
......@@ -732,7 +733,7 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin):
# 1 open order line
related_object_list = project.Base_getRelatedObjectList(**{'category.category_strict_membership': 1})
assert len(related_object_list) == 14, [x.getRelativeUrl() for x in related_object_list]
assert len(related_object_list) == 15, [x.getRelativeUrl() for x in related_object_list]
self.stepcheckERP5Consistency()
......
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