mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-22 00:58:18 +00:00
Add sidekiq_inline
to appeal service spec (#30562)
This commit is contained in:
parent
07cc94e05f
commit
04ebbe3077
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
|
||||||
RSpec.describe AppealService do
|
RSpec.describe AppealService, :sidekiq_inline do
|
||||||
describe '#call' do
|
describe '#call' do
|
||||||
let!(:admin) { Fabricate(:user, role: UserRole.find_by(name: 'Admin')) }
|
let!(:admin) { Fabricate(:user, role: UserRole.find_by(name: 'Admin')) }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue