Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)
This commit is contained in:
parent
a6dc6a242f
commit
4e8dcc5dbb
6 changed files with 45 additions and 42 deletions
|
@ -4,6 +4,7 @@ RSpec.describe FetchRemoteAccountService, type: :service do
|
|||
let(:url) { 'https://example.com/alice' }
|
||||
let(:prefetched_body) { nil }
|
||||
let(:protocol) { :ostatus }
|
||||
let!(:representative) { Fabricate(:account) }
|
||||
|
||||
subject { FetchRemoteAccountService.new.call(url, prefetched_body, protocol) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue