Fix sonar bugs for DockerHelper class

This commit is contained in:
cagache
2019-05-13 16:46:32 +03:00
parent 7e9147ceef
commit bb1e01a6cc
2 changed files with 11 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ public class DeclareAndFileDocumentAsRecordTests extends BaseRMRestTest
STEP("Create test collaboration site to store documents in.");
publicSite = dataSite.usingAdmin().createPublicRandomSite();
STEP("Create a test foloder within the collaboration site");
STEP("Create a test folder within the collaboration site");
testFolder = dataContent.usingAdmin().usingSite(publicSite).createFolder();
STEP("Create record categories and record folders");