mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: fix B018 violation
This commit is contained in:
parent
a554352ae0
commit
c6b46d75cb
|
@ -86,7 +86,6 @@ def test_download_data_main_trades(mocker):
|
||||||
# Exchange that doesn't support historic downloads
|
# Exchange that doesn't support historic downloads
|
||||||
config["exchange"]["name"] = "bybit"
|
config["exchange"]["name"] = "bybit"
|
||||||
with pytest.raises(OperationalException, match=r"Trade history not available for .*"):
|
with pytest.raises(OperationalException, match=r"Trade history not available for .*"):
|
||||||
config
|
|
||||||
download_data_main(config)
|
download_data_main(config)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user