mirror of
				https://github.com/Thor77/TeamspeakStats.git
				synced 2025-11-03 15:22:45 -05:00 
			
		
		
		
	Remove unused mocker-fixture argument
This commit is contained in:
		
							parent
							
								
									0f0386f14a
								
							
						
					
					
						commit
						9c2daf630c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -65,6 +65,6 @@ def test_cache_needs_parsing(cache, tmpdir):
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
# INTEGRATION
 | 
			
		||||
def test_cache_integration(cache_path, mocker):
 | 
			
		||||
def test_cache_integration(cache_path):
 | 
			
		||||
    assert next(parse_logs(testlog_path, online_dc=False)) == \
 | 
			
		||||
        next(parse_logs(testlog_path, online_dc=False, cache_path=cache_path))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue