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

Alarm is expected to work.

parent bed2ee5e
...@@ -394,8 +394,7 @@ class testVifibMixin(ERP5TypeTestCase): ...@@ -394,8 +394,7 @@ class testVifibMixin(ERP5TypeTestCase):
try: try:
for alarm in self.portal.portal_alarms.contentValues(): for alarm in self.portal.portal_alarms.contentValues():
if alarm.isEnabled() and (alarm.getId() not in \ if alarm.isEnabled() and (alarm.getId() not in \
('vifib_check_consistency', ('vifib_check_consistency',)):
'payzen_update_confirmed_payment_transaction')):
alarm.activeSense() alarm.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