Use Sidekiq fake! instead of inline! in specs (#25369)
This commit is contained in:
@@ -13,7 +13,7 @@ RSpec.describe Api::V1::ConversationsController do
|
||||
allow(controller).to receive(:doorkeeper_token) { token }
|
||||
end
|
||||
|
||||
describe 'GET #index' do
|
||||
describe 'GET #index', :sidekiq_inline do
|
||||
let(:scopes) { 'read:statuses' }
|
||||
|
||||
before do
|
||||
|
||||
Reference in New Issue
Block a user