mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-04-28 13:00:13 +00:00
chore: update get_patched_exchange argument
This commit is contained in:
@@ -128,7 +128,7 @@ def test_create_stoploss_order_dry_run_htx(default_conf, mocker):
|
||||
|
||||
|
||||
def test_stoploss_adjust_htx(mocker, default_conf):
|
||||
exchange = get_patched_exchange(mocker, default_conf, id="htx")
|
||||
exchange = get_patched_exchange(mocker, default_conf, exchange="htx")
|
||||
order = {
|
||||
"type": "stop",
|
||||
"price": 1500,
|
||||
|
||||
Reference in New Issue
Block a user