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

Typo.

parent 03fa9246
......@@ -427,10 +427,11 @@ class testVifibMixin(ERP5TypeTestCase):
sm = getSecurityManager()
self.login()
try:
self.portal.portal_alarm.vifib_update_delivery_causality_state.activeSense()
self.portal.portal_alarms.vifib_update_delivery_causality_state\
.activeSense()
transaction.commit()
self.tic()
self.portal.portal_alarm.vifib_solve_automatically.activeSense()
self.portal.portal_alarms.vifib_solve_automatically.activeSense()
transaction.commit()
self.tic()
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