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):
sm = getSecurityManager()
self.login()
try:
alarm.activeSense(*args, **kwargs)
alarm.activeSense(params=kwargs)
transaction.commit()
finally:
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