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
No related merge requests found
......@@ -1085,8 +1085,7 @@ class TestERP5Credential(ERP5TypeTestCase):
new properties
"""
sequence_list = SequenceList()
sequence_string = "UnSetCredentialAutomaticApprovalPreferences Tic " \
"CreateSimpleSubscriptionRequest Tic " \
sequence_string = "CreateSimpleSubscriptionRequest Tic " \
"AcceptSubscriptionRequest Tic " \
"SetAuditorRoleToCurrentPerson " \
"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