Fix failing keybase-related test (#10428)

th-downstream
ThibG 6 years ago committed by Eugen Rochko
parent 1289e86116
commit 3ce98a995e

@ -42,6 +42,8 @@ RSpec.describe ActivityPub::ProcessAccountService, type: :service do
end end
it 'parses out of attachment' do it 'parses out of attachment' do
allow(ProofProvider::Keybase::Worker).to receive(:perform_async)
account = subject.call('alice', 'example.com', payload) account = subject.call('alice', 'example.com', payload)
expect(account.identity_proofs.count).to eq 1 expect(account.identity_proofs.count).to eq 1

Loading…
Cancel
Save