APPS-139 fix unit test

This commit is contained in:
Roxana Lucanu
2020-06-04 10:49:57 +03:00
parent 390106f9c6
commit e0dd6a1bfa

View File

@@ -167,8 +167,8 @@ public class RecordActionUtils
if (LOGGER.isDebugEnabled())
{
LOGGER.debug("Unable to execute " + actionName + " action, because the fileplan path could not be determined. Make sure at least one file plan has been created.");
throw new AlfrescoRuntimeException("Unable to execute " + actionName + " action, because the fileplan path could not be determined.");
}
throw new AlfrescoRuntimeException("Unable to execute " + actionName + " action, because the fileplan path could not be determined.");
}
return filePlan;
}