summaryrefslogtreecommitdiff
path: root/spec/graphql/types/timelog_type_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/timelog_type_spec.rb')
-rw-r--r--spec/graphql/types/timelog_type_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/graphql/types/timelog_type_spec.rb b/spec/graphql/types/timelog_type_spec.rb
index 3a26ba89e04..59a0e373c5d 100644
--- a/spec/graphql/types/timelog_type_spec.rb
+++ b/spec/graphql/types/timelog_type_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe GitlabSchema.types['Timelog'] do
+RSpec.describe GitlabSchema.types['Timelog'], feature_category: :team_planning do
let_it_be(:fields) { %i[id spent_at time_spent user issue merge_request note summary userPermissions] }
it { expect(described_class.graphql_name).to eq('Timelog') }