Add coverage for suspended instance actor scenario (#29571)
This commit is contained in:
		
							parent
							
								
									6262ceeb70
								
							
						
					
					
						commit
						71e5f0f48c
					
				| @ -41,6 +41,14 @@ RSpec.describe InstanceActorsController do | ||||
| 
 | ||||
|         it_behaves_like 'shared behavior' | ||||
|       end | ||||
| 
 | ||||
|       context 'with a suspended instance actor' do | ||||
|         let(:authorized_fetch_mode) { false } | ||||
| 
 | ||||
|         before { Account.representative.update(suspended_at: 10.days.ago) } | ||||
| 
 | ||||
|         it_behaves_like 'shared behavior' | ||||
|       end | ||||
|     end | ||||
|   end | ||||
| end | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user