From e5efa212c30b2684fc8c65fd211a4c33328d0669 Mon Sep 17 00:00:00 2001 From: Ana Bozianu Date: Tue, 19 Sep 2017 11:02:29 +0300 Subject: [PATCH] RM-5416 - remove actual file from create electronic record method --- .../org/alfresco/rest/rm/community/base/BaseRMRestTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java index d44649ba84..83fddd7fe8 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java @@ -518,7 +518,7 @@ public class BaseRMRestTest extends RestTest .name(name) .nodeType(CONTENT_TYPE) .build(); - return recordFolderAPI.createRecord(recordModel, parentId, getFile(IMAGE_FILE)); + return recordFolderAPI.createRecord(recordModel, parentId); } /**