Commit 12b07ee7 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Revert "update local roles to test_vifib_customer_a user". Call...

Revert "update local roles to test_vifib_customer_a user". Call updateLocalRolesOnSecurityGroups() after login is not allowed. The user was configured correctly on vifib_bt5

This reverts commit de06243f.
parent fc5f1400
......@@ -4232,10 +4232,6 @@ 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