diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-11 14:49:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 14:49:55 +0200 |
commit | 4e8dcc5dbbf625b7268ed10d36122de985da6bdc (patch) | |
tree | e3b89b3232dda984298fbbae826a19522c60f6bd /spec/controllers | |
parent | a6dc6a242fdabef2d0fdd9eb7b72ce11cbc22e3e (diff) |
Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/concerns/signature_verification_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/concerns/signature_verification_spec.rb b/spec/controllers/concerns/signature_verification_spec.rb index 720690097..1fa19f54d 100644 --- a/spec/controllers/concerns/signature_verification_spec.rb +++ b/spec/controllers/concerns/signature_verification_spec.rb @@ -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 |