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

This commit is contained in:
KMY 2024-01-12 14:48:17 +09:00
commit e65fb9fb51
333 changed files with 2661 additions and 1461 deletions

View file

@ -143,7 +143,7 @@ RSpec.describe ActivityPub::Activity::Update do
subject.perform
end
it 'forwards to parent status holder' do
it 'forwards to parent status holder', :sidekiq_inline do
expect(a_request(:post, 'https://example.com/inbox').with(body: hash_including({
type: 'Update',
signature: 'foo',