Browse Source

Fix more keybase-related test failures (#10443)

pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
2acd8940de
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      spec/services/activitypub/process_account_service_spec.rb

+ 2
- 0
spec/services/activitypub/process_account_service_spec.rb View File

@ -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)

Loading…
Cancel
Save