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

@@ -78,10 +78,6 @@ def test_download_data_main_trades(mocker):
"trading_mode": "futures",
})
with pytest.raises(OperationalException,
match="Trade download not supported for futures."):
download_data_main(config)
def test_download_data_main_data_invalid(mocker):
patch_exchange(mocker, id="kraken")