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

Alarm is expected to work.

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