FIx futures trades pair download directory

This commit is contained in:
Matthias
2024-03-01 20:17:43 +01:00
parent 5dee60921f
commit bdd63aa1d6
4 changed files with 6 additions and 9 deletions

View File

@@ -820,11 +820,6 @@ def test_download_data_trades(mocker):
"--trading-mode", "futures",
"--dl-trades"
]
with pytest.raises(OperationalException,
match="Trade download not supported for futures."):
pargs = get_args(args)
pargs['config'] = None
start_download_data(pargs)
def test_download_data_data_invalid(mocker):