summaryrefslogtreecommitdiff
path: root/spec/frontend/integrations/edit/mock_data.js
blob: 27ba076833178d08ea4ba33e435c75a644b927dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const mockIntegrationProps = {
  id: 25,
  initialActivated: true,
  showActive: true,
  editable: true,
  triggerFieldsProps: {
    initialTriggerCommit: false,
    initialTriggerMergeRequest: false,
    initialEnableComments: false,
  },
  jiraIssuesProps: {},
  triggerEvents: [],
  fields: [],
  type: '',
  inheritFromId: 25,
};