Sidekiq needs to run inline now in specs

pull/30361/head
Angus McLeod 5 days ago
parent c8fbc194e9
commit a5979402ce

@ -123,6 +123,7 @@ RSpec.describe ActivityPub::InboxesController, :sidekiq_inline do
},
status: 200
)
Sidekiq::Testing.inline!
end
context 'with a create note' do

Loading…
Cancel
Save