Commit a83b789a authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: test do not hardcode price

parent ccb19084
...@@ -665,7 +665,7 @@ class SlapOSTestCaseMixin(testSlapOSMixin): ...@@ -665,7 +665,7 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
) )
sale_supply.newContent( sale_supply.newContent(
portal_type="Sale Supply Line", portal_type="Sale Supply Line",
base_price=9, base_price=base_price,
resource_value=software_product resource_value=software_product
) )
sale_supply.validate() sale_supply.validate()
......
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