diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-27 12:11:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-27 12:11:01 +0000 |
commit | c52a9411d8e66b8c6a1a1b3672626a326d73e884 (patch) | |
tree | 14fbb7768d935c7751cc8b2b7a66887312908312 /spec/frontend/pipelines | |
parent | 8588e8b9316538f27f45a6e380bd0663bb509d66 (diff) | |
download | gitlab-ce-c52a9411d8e66b8c6a1a1b3672626a326d73e884.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/pipelines')
-rw-r--r-- | spec/frontend/pipelines/mock_data.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/pipelines/mock_data.js b/spec/frontend/pipelines/mock_data.js index 57d1511d859..26e04903163 100644 --- a/spec/frontend/pipelines/mock_data.js +++ b/spec/frontend/pipelines/mock_data.js @@ -835,6 +835,7 @@ export const mockPipelineTag = () => { ], duration: 93, finished_at: '2022-02-02T15:40:59.384Z', + event_type_name: 'Pipeline', name: 'Pipeline', manual_actions: [], scheduled_actions: [], @@ -1041,6 +1042,7 @@ export const mockPipelineBranch = () => { ], duration: 75, finished_at: '2022-01-14T18:02:35.842Z', + event_type_name: 'Pipeline', name: 'Pipeline', manual_actions: [], scheduled_actions: [], |