1
0
Fork 0
forked from gitea/nas

Remove: kmyblue独自機能の引用

This commit is contained in:
KMY 2025-04-24 08:48:28 +09:00
parent 620a895184
commit d845d1e9fb
70 changed files with 812 additions and 1788 deletions

View file

@ -678,7 +678,7 @@ RSpec.describe FanOutOnWriteService do
end
end
context 'when updated status is already boosted or quoted' do
context 'when updated status is already boosted' do
let(:custom_before) { true }
before do
@ -695,13 +695,6 @@ RSpec.describe FanOutOnWriteService do
expect(notification.activity_id).to eq status.id
end
it 'notified to quoted account', :inline_jobs do
notification = Notification.find_by(account: tom, type: 'update')
expect(notification).to_not be_nil
expect(notification.activity_id).to eq status.id
end
it 'notified not to non-boosted account', :inline_jobs do
notification = Notification.find_by(account: ohagi, type: 'update')