summaryrefslogtreecommitdiff
path: root/spec/migrations/backfill_stage_event_hash_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/backfill_stage_event_hash_spec.rb')
-rw-r--r--spec/migrations/backfill_stage_event_hash_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/backfill_stage_event_hash_spec.rb b/spec/migrations/backfill_stage_event_hash_spec.rb
index cecaddcd3d4..399a9c4dfde 100644
--- a/spec/migrations/backfill_stage_event_hash_spec.rb
+++ b/spec/migrations/backfill_stage_event_hash_spec.rb
@@ -4,7 +4,7 @@ require 'spec_helper'
require_migration!
-RSpec.describe BackfillStageEventHash, schema: 20210730103808 do
+RSpec.describe BackfillStageEventHash, schema: 20210730103808, feature_category: :value_stream_management do
let(:namespaces) { table(:namespaces) }
let(:projects) { table(:projects) }
let(:labels) { table(:labels) }