Commit bb868dfc authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '22991-fix-sidekiq-testing-inline' into 'master'

Change occurrence of Sidekiq::Testing.inline!

Closes #22991

See merge request gitlab-org/gitlab-ce!29890
parents fb35a3b7 49b5ef5c
......@@ -13,7 +13,7 @@ describe BackfillStoreProjectFullPathInRepo, :migration do
subject(:migration) { described_class.new }
around do |example|
Sidekiq::Testing.inline! do
perform_enqueued_jobs do
example.run
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment