From eaecbd6796acd88621a3156c9c9d8eae1ff68dcc Mon Sep 17 00:00:00 2001
From: Ryan Cobb <rcobb@gitlab.com>
Date: Thu, 1 Dec 2022 10:46:33 -0800
Subject: [PATCH] Add feature category

---
 .../notify_seats_exceeded_batch_service_spec.rb                | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ee/spec/services/gitlab_subscriptions/notify_seats_exceeded_batch_service_spec.rb b/ee/spec/services/gitlab_subscriptions/notify_seats_exceeded_batch_service_spec.rb
index d08e51002acf2..0214a6b2c031b 100644
--- a/ee/spec/services/gitlab_subscriptions/notify_seats_exceeded_batch_service_spec.rb
+++ b/ee/spec/services/gitlab_subscriptions/notify_seats_exceeded_batch_service_spec.rb
@@ -2,7 +2,8 @@
 
 require 'spec_helper'
 
-RSpec.describe GitlabSubscriptions::NotifySeatsExceededBatchService, :timecop, :saas do
+RSpec.describe GitlabSubscriptions::NotifySeatsExceededBatchService,
+  :timecop, :saas, feature_category: :billing_and_payments do
   describe '.execute' do
     context 'when subscriptions are present' do
       let(:changed_at_time) { Time.current.beginning_of_day - 1.hour }
-- 
GitLab