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>2022-10-17 16:22:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-17 16:22:04 +0300
commit6dce4e9bb103a3dd14df7eca5c00a3f37565fc32 (patch)
tree07058855ed3e14a5401c81b14ea95c30b78e761e /spec/graphql
parentef309cf1466c3d2a9297d735c7127fcaf0c08d48 (diff)
Add latest changes from gitlab-org/gitlab@15-4-stable-ee
Diffstat (limited to 'spec/graphql')
-rw-r--r--spec/graphql/types/work_item_type_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/graphql/types/work_item_type_spec.rb b/spec/graphql/types/work_item_type_spec.rb
index 11b02a88dbd..dded96fde3a 100644
--- a/spec/graphql/types/work_item_type_spec.rb
+++ b/spec/graphql/types/work_item_type_spec.rb
@@ -26,6 +26,7 @@ RSpec.describe GitlabSchema.types['WorkItem'] do
created_at
updated_at
closed_at
+ web_url
]
expect(described_class).to have_graphql_fields(*fields)