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-04-22 18:09:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-22 18:09:56 +0300
commit5f5f492fe278f3322e9533b617522321e2ccafcc (patch)
tree2f9f65c206d555d44034d386f4a03e0835059b04 /spec/graphql/types
parent4b074c5f634f8e1e550107f9e8237f07878ca0e8 (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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/graphql/types/ci/job_type_spec.rb b/spec/graphql/types/ci/job_type_spec.rb
index 787e2174070..832295db005 100644
--- a/spec/graphql/types/ci/job_type_spec.rb
+++ b/spec/graphql/types/ci/job_type_spec.rb
@@ -15,10 +15,12 @@ RSpec.describe Types::Ci::JobType do
commitPath
coverage
created_at
+ created_by_tag
detailedStatus
duration
finished_at
id
+ manual_job
name
needs
pipeline
@@ -34,6 +36,7 @@ RSpec.describe Types::Ci::JobType do
started_at
status
tags
+ triggered
]
expect(described_class).to have_graphql_fields(*expected_fields)