1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-04-13 08:55:35 -04:00

Remove unused mocker-fixture argument

This commit is contained in:
Thor77 2018-02-01 16:13:04 +01:00
parent 0f0386f14a
commit 9c2daf630c

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