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

Typo.

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