Commit de06243f authored by Gabriel Monnerat's avatar Gabriel Monnerat

update local roles to test_vifib_customer_a user

parent c4c67862
......@@ -4232,6 +4232,10 @@ class TestVifibSlapWebService(testVifibMixin):
def stepLoginAsCustomerA(self, sequence):
self.login("test_vifib_customer_a")
person = self.portal.ERP5Site_getAuthenticatedMemberPersonValue()
# XXX - Should be not necessary update local roles after login with this
# user
person.updateLocalRolesOnSecurityGroups()
def test_Person_request_SlaveInstance_with_Different_User(self):
"""
......
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