2
0

Rename jobs/attachments rspec tag names (#29762)

This commit is contained in:
Matt Jankowski
2024-07-08 12:01:08 -04:00
committed by GitHub
parent 79b0e192d9
commit f1300ad284
63 changed files with 76 additions and 76 deletions

View File

@@ -13,7 +13,7 @@ RSpec.describe UnallowDomainService do
let!(:already_banned_account) { Fabricate(:account, username: 'badguy', domain: bad_domain, suspended: true, silenced: true) }
let!(:domain_allow) { Fabricate(:domain_allow, domain: bad_domain) }
context 'with limited federation mode', :sidekiq_inline do
context 'with limited federation mode', :inline_jobs do
before do
allow(Rails.configuration.x).to receive(:limited_federation_mode).and_return(true)
end