Merge remote-tracking branch 'parent/main' into upstream-20240716

This commit is contained in:
KMY 2024-07-16 09:01:12 +09:00
commit adee1645a3
203 changed files with 1707 additions and 1067 deletions

View file

@ -119,7 +119,7 @@ RSpec.describe DeleteAccountService do
end
end
describe '#call on local account', :sidekiq_inline do
describe '#call on local account', :inline_jobs do
before do
stub_request(:post, remote_alice.inbox_url).to_return(status: 201)
stub_request(:post, remote_bob.inbox_url).to_return(status: 201)
@ -140,7 +140,7 @@ RSpec.describe DeleteAccountService do
end
end
describe '#call on remote account', :sidekiq_inline do
describe '#call on remote account', :inline_jobs do
before do
stub_request(:post, account.inbox_url).to_return(status: 201)
end