From b7b1a593e418c7f271df19866b13f617b169e77a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 3 May 2021 18:10:17 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/serializers/ci/pipeline_entity_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/serializers') diff --git a/spec/serializers/ci/pipeline_entity_spec.rb b/spec/serializers/ci/pipeline_entity_spec.rb index 83ea0d649e8..58b28de09b1 100644 --- a/spec/serializers/ci/pipeline_entity_spec.rb +++ b/spec/serializers/ci/pipeline_entity_spec.rb @@ -155,7 +155,7 @@ RSpec.describe Ci::PipelineEntity do it 'has a correct failure reason' do expect(subject[:failure_reason]) - .to eq 'CI/CD YAML configuration error!' + .to eq 'The pipeline failed due to an error on the CI/CD configuration file.' end end -- cgit v1.2.3