0
0
Fork 0

Remove identity context from output of LinkedDataSignature (#4753)

This commit is contained in:
Eugen Rochko 2017-08-31 21:32:09 +02:00 committed by GitHub
parent f7937d903c
commit 9a5ae09620
2 changed files with 1 additions and 5 deletions

View file

@ -63,10 +63,6 @@ RSpec.describe ActivityPub::LinkedDataSignature do
expect(subject).to be_a Hash
end
it 'contains signature context' do
expect(subject['@context']).to include('https://www.w3.org/ns/activitystreams', 'https://w3id.org/identity/v1')
end
it 'contains signature' do
expect(subject['signature']).to be_a Hash
expect(subject['signature']['signatureValue']).to be_present