Add sidekiq_inline to appeal service spec (#30562)
				
					
				
			This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
require 'rails_helper'
 | 
			
		||||
 | 
			
		||||
RSpec.describe AppealService do
 | 
			
		||||
RSpec.describe AppealService, :sidekiq_inline do
 | 
			
		||||
  describe '#call' do
 | 
			
		||||
    let!(:admin) { Fabricate(:user, role: UserRole.find_by(name: 'Admin')) }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user