1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-27 14:28:24 +09:00

Add sidekiq_inline to appeal service spec (#30562)

This commit is contained in:
Matt Jankowski 2024-06-06 10:19:37 -04:00 committed by GitHub
parent 07cc94e05f
commit 04ebbe3077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')) }