diff options
author | ThibG <thib@sitedethib.com> | 2019-03-30 18:15:23 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-30 18:15:23 +0100 |
commit | abecaba317b3c28040efba2d3b84397ffbe85603 (patch) | |
tree | 213a8bae39357f17dcb994727277af85505bbc36 /spec/services | |
parent | 51625d3423051edb65081a7203bdbe52224d35f3 (diff) |
Fix failing keybase-related test (#10428)
Diffstat (limited to 'spec/services')
-rw-r--r-- | spec/services/activitypub/process_account_service_spec.rb | 2 |
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 |