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

Remove another call to cleanup method.

Cleanup is done in beforeTearDown, no need to add it in test.
parent f706f971
...@@ -1085,8 +1085,7 @@ class TestERP5Credential(ERP5TypeTestCase): ...@@ -1085,8 +1085,7 @@ class TestERP5Credential(ERP5TypeTestCase):
new properties new properties
""" """
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = "UnSetCredentialAutomaticApprovalPreferences Tic " \ sequence_string = "CreateSimpleSubscriptionRequest Tic " \
"CreateSimpleSubscriptionRequest Tic " \
"AcceptSubscriptionRequest Tic " \ "AcceptSubscriptionRequest Tic " \
"SetAuditorRoleToCurrentPerson " \ "SetAuditorRoleToCurrentPerson " \
"SetAssigneeRoleToCurrentPersonInCredentialUpdateModule Tic " \ "SetAssigneeRoleToCurrentPersonInCredentialUpdateModule Tic " \
......
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