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
|
@ -47,7 +47,7 @@ RSpec.describe ActivityPub::Activity::Delete do
|
|||
expect(Status.find_by(id: status.id)).to be_nil
|
||||
end
|
||||
|
||||
it 'sends delete activity to followers of rebloggers' do
|
||||
it 'sends delete activity to followers of rebloggers', :sidekiq_inline do
|
||||
expect(a_request(:post, 'http://example.com/inbox')).to have_been_made.once
|
||||
end
|
||||
|
||||
|
@ -91,7 +91,7 @@ RSpec.describe ActivityPub::Activity::Delete 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: 'Delete',
|
||||
signature: 'foo',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue