summaryrefslogtreecommitdiff
path: root/spec/frontend/integrations/edit/mock_data.js
blob: da2758ec15c8abb0356427b07fbf10a6d1508baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// eslint-disable-next-line import/prefer-default-export
export const mockIntegrationProps = {
  id: 25,
  activeToggleProps: {
    initialActivated: true,
  },
  showActive: true,
  triggerFieldsProps: {
    initialTriggerCommit: false,
    initialTriggerMergeRequest: false,
    initialEnableComments: false,
  },
  jiraIssuesProps: {},
  triggerEvents: [],
  fields: [],
  type: '',
  inheritFromId: 25,
};