summaryrefslogtreecommitdiff
path: root/spec/workers/database/batched_background_migration_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/database/batched_background_migration_worker_spec.rb')
-rw-r--r--spec/workers/database/batched_background_migration_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/database/batched_background_migration_worker_spec.rb b/spec/workers/database/batched_background_migration_worker_spec.rb
index 7f0883def3c..a6c7db60abe 100644
--- a/spec/workers/database/batched_background_migration_worker_spec.rb
+++ b/spec/workers/database/batched_background_migration_worker_spec.rb
@@ -3,5 +3,5 @@
require 'spec_helper'
RSpec.describe Database::BatchedBackgroundMigrationWorker do
- it_behaves_like 'it runs batched background migration jobs', :main, feature_flag: :execute_batched_migrations_on_schedule
+ it_behaves_like 'it runs batched background migration jobs', :main
end