Skip to content

Commit

Permalink
Fix more keybase-related test failures (mastodon#10443)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and Gargron committed Apr 1, 2019
1 parent 85973f4 commit 2acd894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/services/activitypub/process_account_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
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)

Expand Down

0 comments on commit 2acd894

Please sign in to comment.