Fix test
This commit is contained in:
parent
35a4928cbe
commit
dd805d691b
2 changed files with 6 additions and 7 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue