about summary refs log tree commit diff
path: root/spec/services/activitypub/process_account_service_spec.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-03-30 18:15:23 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-03-30 18:15:23 +0100
commitabecaba317b3c28040efba2d3b84397ffbe85603 (patch)
tree213a8bae39357f17dcb994727277af85505bbc36 /spec/services/activitypub/process_account_service_spec.rb
parent51625d3423051edb65081a7203bdbe52224d35f3 (diff)
Fix failing keybase-related test (#10428)
Diffstat (limited to 'spec/services/activitypub/process_account_service_spec.rb')
-rw-r--r--spec/services/activitypub/process_account_service_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/services/activitypub/process_account_service_spec.rb b/spec/services/activitypub/process_account_service_spec.rb
index ab8fb5cc3..fee502949 100644
--- a/spec/services/activitypub/process_account_service_spec.rb
+++ b/spec/services/activitypub/process_account_service_spec.rb
@@ -42,6 +42,8 @@ RSpec.describe ActivityPub::ProcessAccountService, type: :service do
     end
 
     it 'parses out of attachment' do
+      allow(ProofProvider::Keybase::Worker).to receive(:perform_async)
+
       account = subject.call('alice', 'example.com', payload)
 
       expect(account.identity_proofs.count).to eq 1