Test: ドメインブロック先カラーのブースト拒否のテスト(保留中)を削除 (#313)
This commit is contained in:
parent
de02926490
commit
49da93aa55
1 changed files with 0 additions and 16 deletions
|
@ -97,22 +97,6 @@ RSpec.describe ActivityPub::Activity::Announce do
|
|||
end
|
||||
end
|
||||
|
||||
context 'with domain block' do
|
||||
before do
|
||||
Fabricate(:account)
|
||||
Fabricate(:domain_block, domain: 'example.com', severity: :suspend)
|
||||
subject.perform
|
||||
end
|
||||
|
||||
let(:object_json) do
|
||||
ActivityPub::TagManager.instance.uri_for(status)
|
||||
end
|
||||
|
||||
it 'does not creates a reblog by sender of status', pending: 'considering spec' do
|
||||
expect(sender.reblogged?(status)).to be false
|
||||
end
|
||||
end
|
||||
|
||||
context 'when the status belongs to a local user' do
|
||||
before do
|
||||
subject.perform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue