Merge remote-tracking branch 'parent/main' into upstream-20240112
This commit is contained in:
commit
e65fb9fb51
333 changed files with 2661 additions and 1461 deletions
|
@ -110,7 +110,7 @@ RSpec.describe DeleteAccountService, type: :service do
|
|||
end
|
||||
end
|
||||
|
||||
describe '#call on local account' do
|
||||
describe '#call on local account', :sidekiq_inline 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)
|
||||
|
@ -131,7 +131,7 @@ RSpec.describe DeleteAccountService, type: :service do
|
|||
end
|
||||
end
|
||||
|
||||
describe '#call on remote account' do
|
||||
describe '#call on remote account', :sidekiq_inline do
|
||||
before do
|
||||
stub_request(:post, account.inbox_url).to_return(status: 201)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue