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
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    it 'parses out of attachment' do
 | 
					    it 'parses out of attachment' do
 | 
				
			||||||
 | 
					      allow(ProofProvider::Keybase::Worker).to receive(:perform_async)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      account = subject.call('alice', 'example.com', payload)
 | 
					      account = subject.call('alice', 'example.com', payload)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      expect(account.identity_proofs.count).to eq 1
 | 
					      expect(account.identity_proofs.count).to eq 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue