]> cat aescling's git repositories - mastodon.git/blobdiff - spec/services/activitypub/fetch_remote_key_service_spec.rb
Address vulnerability from GHSA-3fjr-858r-92rw
[mastodon.git] / spec / services / activitypub / fetch_remote_key_service_spec.rb
index 3186c4270d7e3da6ed03933a9041777d0e24c5a0..9c818d12c0d6346d83126b1e7dacf17be5c99b4e 100644 (file)
@@ -43,7 +43,7 @@ RSpec.describe ActivityPub::FetchRemoteKeyService, type: :service do
   end
 
   describe '#call' do
-    let(:account) { subject.call(public_key_id, id: false) }
+    let(:account) { subject.call(public_key_id) }
 
     context 'when the key is a sub-object from the actor' do
       before do
This page took 0.031051 seconds and 3 git commands to generate.