Fix test
This commit is contained in:
parent
3a3b23fdfa
commit
6d8a9bc8c7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RSpec.describe ProcessReferencesService, type: :service do
|
|||
|
||||
describe 'posting new status' do
|
||||
subject do
|
||||
target_status.account.user.settings('allow_quote', false) unless allow_quote
|
||||
target_status.account.user.settings['allow_quote'] = false unless allow_quote
|
||||
target_status.account.user&.save
|
||||
|
||||
described_class.new.call(status, reference_parameters, urls: urls, fetch_remote: fetch_remote, quote_urls: quote_urls)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue