From d8c06be498acbfc2024c01b6b6b02d120dc499f2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 14 Nov 2019 12:06:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/graphql/types/commit_type_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/graphql/types/commit_type_spec.rb') diff --git a/spec/graphql/types/commit_type_spec.rb b/spec/graphql/types/commit_type_spec.rb index 1ff1c97f8db..ee9af886e60 100644 --- a/spec/graphql/types/commit_type_spec.rb +++ b/spec/graphql/types/commit_type_spec.rb @@ -10,7 +10,7 @@ describe GitlabSchema.types['Commit'] do it 'contains attributes related to commit' do expect(described_class).to have_graphql_fields( :id, :sha, :title, :description, :message, :authored_date, - :author, :web_url, :latest_pipeline, :signature_html + :author, :web_url, :latest_pipeline, :pipelines, :signature_html ) end end -- cgit v1.2.3