Remove unused mocker-fixture argument

This commit is contained in:
Thor77 2018-02-01 16:13:04 +01:00
parent 0f0386f14a
commit 9c2daf630c
1 changed files with 1 additions and 1 deletions

View File

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