mirror of https://github.com/mastodon/mastodon
Sidekiq needs to run inline now in specs
This commit is contained in:
parent
c8fbc194e9
commit
a5979402ce
|
@ -123,6 +123,7 @@ RSpec.describe ActivityPub::InboxesController, :sidekiq_inline do
|
||||||
},
|
},
|
||||||
status: 200
|
status: 200
|
||||||
)
|
)
|
||||||
|
Sidekiq::Testing.inline!
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'with a create note' do
|
context 'with a create note' do
|
||||||
|
|
Loading…
Reference in New Issue