Commit 84d6e7c8 authored by Łukasz Nowak's avatar Łukasz Nowak

Explicitly fix consistency of test users.

parent a45bad99
......@@ -251,6 +251,7 @@ class testVifibMixin(ERP5TypeTestCase):
):
person = person.getObject()
person.fixConsistency()
if isTransitionPossible(person, 'validate'):
person.validate()
for assignment in person.contentValues(portal_type='Assignment'):
......
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