Fix: 引用元の投稿が削除されたときにエラーが出る問題 #1392
Annotations
3 warnings
Run bin/rspec:
spec/services/process_references_service_spec.rb#L358
ProcessReferencesService editing new status when change reference to quote post status
Failure/Error: expect(status.quote).to_not be_nil
expected: not nil
got: nil
|
Run bin/rspec:
spec/services/process_references_service_spec.rb#L346
ProcessReferencesService editing new status when change quote to reference post status
Failure/Error: expect(status.quote).to be_nil
expected: nil
got: #<Status id: 111378295564970524, uri: "https://cb6e6126.ngrok.io/users/coretta_price6541/...", text: ...edia_attachment_ids: nil, searchability: nil, markdown: false, limited_scope: nil, quote_of_id: nil>
|
Run bin/rspec:
spec/lib/activitypub/activity/announce_spec.rb#L111
ActivityPub::Activity::Announce#perform with domain block does not creates a reblog by sender of status
Failure/Error: expect(sender.reblogged?(status)).to be false
expected false
got true
|
The logs for this run have expired and are no longer available.
Loading