summaryrefslogtreecommitdiff
path: root/spec/migrations/20220525221133_schedule_backfill_vulnerability_reads_cluster_agent_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/20220525221133_schedule_backfill_vulnerability_reads_cluster_agent_spec.rb')
-rw-r--r--spec/migrations/20220525221133_schedule_backfill_vulnerability_reads_cluster_agent_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/migrations/20220525221133_schedule_backfill_vulnerability_reads_cluster_agent_spec.rb b/spec/migrations/20220525221133_schedule_backfill_vulnerability_reads_cluster_agent_spec.rb
index 3f1a2d8c4b9..9e414157b3f 100644
--- a/spec/migrations/20220525221133_schedule_backfill_vulnerability_reads_cluster_agent_spec.rb
+++ b/spec/migrations/20220525221133_schedule_backfill_vulnerability_reads_cluster_agent_spec.rb
@@ -3,8 +3,8 @@
require 'spec_helper'
require_migration!
-RSpec.describe ScheduleBackfillVulnerabilityReadsClusterAgent do
- let_it_be(:batched_migration) { described_class::MIGRATION_NAME }
+RSpec.describe ScheduleBackfillVulnerabilityReadsClusterAgent, feature_category: :vulnerability_management do
+ let!(:batched_migration) { described_class::MIGRATION_NAME }
it 'schedules background jobs for each batch of vulnerability reads' do
reversible_migration do |migration|