test('Remove pipeline template', async () => {
    const isDeleted = await PipelineTemplates.removePipelineTemplate(
      pipelineTemplate._id
    );