Remove unused argument

This commit is contained in:
Matthias
2024-02-03 18:22:49 +01:00
parent b0da978999
commit 73e2e034ae

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