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 d08e51002acf2eaf44dbeeadc05ba7c702a32743..0214a6b2c031bccd57c7ffe33f00d727ae175368 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 }