Remove unused argument

This commit is contained in:
Matthias
2024-02-03 18:22:49 +01:00
committed by Joe Schr
parent 5b988784df
commit 3e89343b43

View File

@@ -900,7 +900,7 @@ TESTS = [
@pytest.mark.parametrize("data", TESTS)
def test_backtest_results(default_conf, fee, mocker, caplog, data: BTContainer) -> None:
def test_backtest_results(default_conf, mocker, caplog, data: BTContainer) -> None:
"""
run functional tests
"""