summaryrefslogtreecommitdiff
path: root/spec/frontend/blob/pipeline_tour_success_mock_data.js
blob: dbcba469df5a443a6121590f76d4dfda2107bdff (plain)
1
2
3
4
5
6
7
8
9
10
const modalProps = {
  goToPipelinesPath: 'some_pipeline_path',
  projectMergeRequestsPath: 'some_mr_path',
  commitCookie: 'some_cookie',
  humanAccess: 'maintainer',
  exampleLink: '/example',
  codeQualityLink: '/code-quality-link',
};

export default modalProps;