summaryrefslogtreecommitdiff
path: root/spec/frontend/blob/pipeline_tour_success_mock_data.js
blob: 7819fcce85d7ed4044c9036c63de7fa552b896ce (plain)
1
2
3
4
5
6
7
const modalProps = {
  goToPipelinesPath: 'some_pipeline_path',
  commitCookie: 'some_cookie',
  humanAccess: 'maintainer',
};

export default modalProps;