diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-08 18:10:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-08 18:10:47 +0000 |
commit | 03a8aa2ca6a7d7aced2fde7815c8ef85d681db60 (patch) | |
tree | 915b00839e8f0ae30f1c6756880f3ed4339d74c4 /spec/presenters/ci/pipeline_presenter_spec.rb | |
parent | f8c7f38d02ebf964cbf40d9445f0f9f843710701 (diff) | |
download | gitlab-ce-03a8aa2ca6a7d7aced2fde7815c8ef85d681db60.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/presenters/ci/pipeline_presenter_spec.rb')
-rw-r--r-- | spec/presenters/ci/pipeline_presenter_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/presenters/ci/pipeline_presenter_spec.rb b/spec/presenters/ci/pipeline_presenter_spec.rb index a278d4dad83..4539c3d06f6 100644 --- a/spec/presenters/ci/pipeline_presenter_spec.rb +++ b/spec/presenters/ci/pipeline_presenter_spec.rb @@ -100,7 +100,7 @@ RSpec.describe Ci::PipelinePresenter do context 'for a detached merge request pipeline' do let(:event_type) { :detached } - it { is_expected.to eq('Detached merge request pipeline') } + it { is_expected.to eq('Merge request pipeline') } end context 'for a merged result pipeline' do |