Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)
This commit is contained in:
@ -38,7 +38,7 @@ describe ApplicationController, type: :controller do
|
||||
end
|
||||
|
||||
context 'with signature header' do
|
||||
let!(:author) { Fabricate(:account) }
|
||||
let!(:author) { Fabricate(:account, domain: 'example.com', uri: 'https://example.com/actor') }
|
||||
|
||||
context 'without body' do
|
||||
before do
|
||||
|
Reference in New Issue
Block a user