diff options
Diffstat (limited to 'spec/frontend/pipeline_editor/mock_data.js')
-rw-r--r-- | spec/frontend/pipeline_editor/mock_data.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/frontend/pipeline_editor/mock_data.js b/spec/frontend/pipeline_editor/mock_data.js index 3eacc467c51..8e248c11b87 100644 --- a/spec/frontend/pipeline_editor/mock_data.js +++ b/spec/frontend/pipeline_editor/mock_data.js @@ -54,6 +54,7 @@ export const mockCiConfigQueryResponse = { data: { ciConfig: { errors: [], + mergedYaml: mockCiYml, status: CI_CONFIG_STATUS_VALID, stages: { __typename: 'CiConfigStageConnection', @@ -139,6 +140,8 @@ export const mergeUnwrappedCiConfig = (mergedConfig) => { export const mockLintResponse = { valid: true, + mergedYaml: mockCiYml, + status: CI_CONFIG_STATUS_VALID, errors: [], warnings: [], jobs: [ |