Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-17 21:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-17 21:09:01 +0300
commite388691e4a5b5b69be903c7eceb606b853719cd5 (patch)
tree97875b98a9a9c7b0dfe9245ce70d5e38ac3a3549 /spec/graphql/types
parentcb840235d7fb4001dab266c614bd2cf59036fe18 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/graphql/types')
-rw-r--r--spec/graphql/types/ci/job_type_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/graphql/types/ci/job_type_spec.rb b/spec/graphql/types/ci/job_type_spec.rb
index 25f626cea0f..c54137a1c3e 100644
--- a/spec/graphql/types/ci/job_type_spec.rb
+++ b/spec/graphql/types/ci/job_type_spec.rb
@@ -8,6 +8,8 @@ RSpec.describe Types::Ci::JobType do
it 'exposes the expected fields' do
expected_fields = %i[
+ id
+ shortSha
pipeline
name
needs