Commit 14422a12 authored by Romain Courteaud's avatar Romain Courteaud

Use alarm API, as it propages needed parameters for the script

parent 9ab9cf67
...@@ -855,7 +855,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin): ...@@ -855,7 +855,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
self.login() self.login()
try: try:
self.portal.portal_alarms.confirm_ordered_sale_order\ self.portal.portal_alarms.confirm_ordered_sale_order\
.Alarm_confirmOrderedSaleOrder() .activeSense()
finally: finally:
setSecurityManager(sm) setSecurityManager(sm)
......
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