Browse Source

Fix failing keybase-related test (#10428)

pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
abecaba317
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      spec/services/activitypub/process_account_service_spec.rb

+ 2
- 0
spec/services/activitypub/process_account_service_spec.rb View File

@ -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

Loading…
Cancel
Save