mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-10 16:22:34 +01:00
Fix failing keybase-related test (#10428)
This commit is contained in:
parent
51625d3423
commit
abecaba317
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue