Commit ce6ce31e authored by Łukasz Nowak's avatar Łukasz Nowak

Pass kwargs in a way alarm can understand.

parent 9c3c6430
...@@ -181,7 +181,7 @@ class testVifibMixin(ERP5TypeTestCase): ...@@ -181,7 +181,7 @@ class testVifibMixin(ERP5TypeTestCase):
sm = getSecurityManager() sm = getSecurityManager()
self.login() self.login()
try: try:
alarm.activeSense(*args, **kwargs) alarm.activeSense(params=kwargs)
transaction.commit() transaction.commit()
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