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

Fix more keybase-related test failures (#10443)

parent 85973f4f
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ RSpec.describe ActivityPub::ProcessAccountService, type: :service do
end
it 'removes no longer present proofs' do
allow(ProofProvider::Keybase::Worker).to receive(:perform_async)
account = Fabricate(:account, username: 'alice', domain: 'example.com')
old_proof = Fabricate(:account_identity_proof, account: account, provider: 'keybase', provider_username: 'Bob', token: 'b' * 66)
......
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