fix test
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 39s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 39s
				
			This commit is contained in:
		@@ -38,8 +38,7 @@ def test_failures():
 | 
				
			|||||||
        sort_by='COST',
 | 
					        sort_by='COST',
 | 
				
			||||||
        sort_order='DESC',
 | 
					        sort_order='DESC',
 | 
				
			||||||
        friendly_fields=True)
 | 
					        friendly_fields=True)
 | 
				
			||||||
    # assert len(data['data']) == 9
 | 
					    assert len(data['data']) == 9
 | 
				
			||||||
    assert len(data['data']) == 7
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def test_bad_request():
 | 
					def test_bad_request():
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user