test('Tickets', async () => {
    const board = await boardFactory({ type: BOARD_TYPES.TICKET });
    const pipeline = await pipelineFactory({
      boardId: board._id,
      type: BOARD_TYPES.TICKET