summaryrefslogtreecommitdiff
path: root/spec/serializers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-03 15:10:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-03 15:10:03 +0000
commitf397d486bc77b286d42f83b89e0879428c05299d (patch)
tree8cabde42b9c8431ca8cdb5a21ae9f3102fe94f27 /spec/serializers
parent6b3944a90167998424f6f258dcffcd4ec740ef03 (diff)
downloadgitlab-ce-f397d486bc77b286d42f83b89e0879428c05299d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/ci/pipeline_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/ci/pipeline_entity_spec.rb b/spec/serializers/ci/pipeline_entity_spec.rb
index 054406e4e65..f79bbd91a0a 100644
--- a/spec/serializers/ci/pipeline_entity_spec.rb
+++ b/spec/serializers/ci/pipeline_entity_spec.rb
@@ -18,7 +18,7 @@ RSpec.describe Ci::PipelineEntity do
let(:pipeline) { create(:ci_empty_pipeline) }
it 'contains required fields' do
- expect(subject).to include :id, :user, :path, :coverage, :source
+ expect(subject).to include :id, :iid, :user, :path, :coverage, :source
expect(subject).to include :ref, :commit
expect(subject).to include :updated_at, :created_at
end