From 5afcbe03ead9ada87621888a31a62652b10a7e4f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 20 Sep 2023 11:18:08 +0000 Subject: Add latest changes from gitlab-org/gitlab@16-4-stable-ee --- spec/graphql/mutations/base_mutation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/graphql/mutations/base_mutation_spec.rb') diff --git a/spec/graphql/mutations/base_mutation_spec.rb b/spec/graphql/mutations/base_mutation_spec.rb index 6b366b0c234..a73d914f48f 100644 --- a/spec/graphql/mutations/base_mutation_spec.rb +++ b/spec/graphql/mutations/base_mutation_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe ::Mutations::BaseMutation do +RSpec.describe ::Mutations::BaseMutation, feature_category: :api do include GraphqlHelpers describe 'argument nullability' do -- cgit v1.2.3