@Override
  protected void addSubscriptionContainerModel(long containerModelId) throws Exception {

    DLAppLocalServiceUtil.subscribeFolder(
        TestPropsValues.getUserId(), group.getGroupId(), containerModelId);
  }