Fix test
This commit is contained in:
parent
5daf9cdf6e
commit
96ee6813c8
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ RSpec.describe PostStatusService, type: :service do
|
|||
status = subject.call(account, text: 'test status update')
|
||||
|
||||
expect(ProcessMentionsService).to have_received(:new)
|
||||
expect(mention_service).to have_received(:call).with(status, limited_type: '', save_records: false)
|
||||
expect(mention_service).to have_received(:call).with(status, limited_type: '', circle: nil, save_records: false)
|
||||
end
|
||||
|
||||
it 'mutual visibility' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue