Commit 483d6d78 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: stop hardcoding default quantity unit

parent d5d2c44d
...@@ -46,7 +46,6 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin): ...@@ -46,7 +46,6 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin):
portal_type="Software Product", portal_type="Software Product",
title=title, title=title,
follow_up_value=project, follow_up_value=project,
quantity_unit='time/month',
) )
software_product.newContent( software_product.newContent(
portal_type="Software Product Release Variation", portal_type="Software Product Release Variation",
...@@ -774,7 +773,6 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin): ...@@ -774,7 +773,6 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin):
portal_type="Software Product", portal_type="Software Product",
title="foo software product", title="foo software product",
follow_up_value=project, follow_up_value=project,
quantity_unit='time/month',
) )
software_product.newContent( software_product.newContent(
portal_type="Software Product Release Variation", portal_type="Software Product Release Variation",
......
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