Use Sidekiq fake! instead of inline! in specs (#25369)
This commit is contained in:
@@ -38,7 +38,7 @@ RSpec.describe ActivityPub::Activity::Move do
|
||||
subject.perform
|
||||
end
|
||||
|
||||
context 'when all conditions are met' do
|
||||
context 'when all conditions are met', :sidekiq_inline do
|
||||
it 'sets moved account on old account' do
|
||||
expect(old_account.reload.moved_to_account_id).to eq new_account.id
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user