Fix glitch-soc specific test

main
Thibaut Girka 4 years ago
parent dadec533ce
commit 785852eb15

@ -21,7 +21,7 @@ describe AccountInteractions do
context 'account with Follow but with reblogs disabled' do context 'account with Follow but with reblogs disabled' do
it 'returns { target_account_id => { reblogs: false } }' do it 'returns { target_account_id => { reblogs: false } }' do
Fabricate(:follow, account: account, target_account: target_account, show_reblogs: false) Fabricate(:follow, account: account, target_account: target_account, show_reblogs: false)
is_expected.to eq(target_account_id => { reblogs: false }) is_expected.to eq(target_account_id => { reblogs: false, notify: false })
end end
end end

Loading…
Cancel
Save