summaryrefslogtreecommitdiff
path: root/spec/workers/database
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-27 06:12:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-27 06:12:54 +0000
commitbf360857d96de6ae8989af058a88ace9b94e90cc (patch)
tree8d17fa64beda67feea0d6031ba6a59460b131be6 /spec/workers/database
parentc5008f037f371a6218cf2aec7cf5d0f503265fd6 (diff)
downloadgitlab-ce-bf360857d96de6ae8989af058a88ace9b94e90cc.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/database')
-rw-r--r--spec/workers/database/batched_background_migration/ci_database_worker_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/workers/database/batched_background_migration/ci_database_worker_spec.rb b/spec/workers/database/batched_background_migration/ci_database_worker_spec.rb
index 91ba6e5a20a..782f949eacf 100644
--- a/spec/workers/database/batched_background_migration/ci_database_worker_spec.rb
+++ b/spec/workers/database/batched_background_migration/ci_database_worker_spec.rb
@@ -2,6 +2,7 @@
require 'spec_helper'
-RSpec.describe Database::BatchedBackgroundMigration::CiDatabaseWorker, :clean_gitlab_redis_shared_state, feature_category: :database do
+RSpec.describe Database::BatchedBackgroundMigration::CiDatabaseWorker, :clean_gitlab_redis_shared_state,
+ feature_category: :database do
it_behaves_like 'it runs batched background migration jobs', :ci, :ci_builds
end