This commit is contained in:
KMY 2024-01-15 12:25:24 +09:00
parent 35a4928cbe
commit dd805d691b
2 changed files with 6 additions and 7 deletions

View file

@ -176,7 +176,7 @@ RSpec.describe RemoveStatusService, :sidekiq_inline, type: :service do
it 'sends Undo activity to followers' do
subject.call(status)
expect(a_request(:post, bill.inbox_url).with(
expect(a_request(:post, bill.shared_inbox_url).with(
body: hash_including({
'type' => 'Undo',
'object' => hash_including({