chore: fix B018 violation

This commit is contained in:
Matthias 2024-09-01 08:24:47 +02:00
parent a554352ae0
commit c6b46d75cb

View File

@ -86,7 +86,6 @@ def test_download_data_main_trades(mocker):
# Exchange that doesn't support historic downloads
config["exchange"]["name"] = "bybit"
with pytest.raises(OperationalException, match=r"Trade history not available for .*"):
config
download_data_main(config)