Commit 68f88069 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop not needed alarm.

parent ed3dad19
...@@ -395,7 +395,6 @@ class testVifibMixin(ERP5TypeTestCase): ...@@ -395,7 +395,6 @@ class testVifibMixin(ERP5TypeTestCase):
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',
'register_planned_payment_transaction_payzen',
'payzen_update_confirmed_payment_transaction')): 'payzen_update_confirmed_payment_transaction')):
alarm.activeSense() alarm.activeSense()
finally: finally:
......
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