.thenReturn(userId);
when(
this.request
.getParameter(ProtocolConstants.Parameters.Delete.Follow.FOLLOWED_IDENTIFIER))
.thenReturn(followedId);
final DeleteFollowResponse deleteFollowResponse = new DeleteFollowResponse();
this.deleteFollowRequest = DeleteFollowRequest.checkRequest(
this.request, deleteRequest, deleteFollowResponse);
this.jsonResponse = extractJson(deleteFollowResponse);
}
}