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

export default modalProps;