Skip to content
Snippets Groups Projects
Commit abecaba3 authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix failing keybase-related test (#10428)

parent 51625d34
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment