Commit a1b975a4 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: testSlapOSERP5VirtualMasterScenario: Payment Transaction is not built anymore

parent d98897ca
...@@ -359,7 +359,7 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin): ...@@ -359,7 +359,7 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin):
# 1 open order # 1 open order
# 1 hosting subscription # 1 hosting subscription
# 2 accounting transaction # 1 accounting transaction
# 1 packing list # 1 packing list
# 7 simulation mvt # 7 simulation mvt
...@@ -370,7 +370,7 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin): ...@@ -370,7 +370,7 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin):
# 3 allocation supply / line / cell # 3 allocation supply / line / cell
related_object_list = project.Base_getRelatedObjectList(**{'category.category_strict_membership': 1}) related_object_list = project.Base_getRelatedObjectList(**{'category.category_strict_membership': 1})
assert len(related_object_list) == 30, [x.getRelativeUrl() for x in related_object_list] assert len(related_object_list) == 29, '%s %s' % (len(related_object_list), [x.getRelativeUrl() for x in related_object_list])
self.stepcheckERP5Consistency() 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