mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-06 16:01:15 +00:00
Updated exchange tests
This commit is contained in:
@@ -10,7 +10,7 @@ def test_get_maintenance_ratio_and_amt_okex(
|
||||
api_mock = MagicMock()
|
||||
default_conf['trading_mode'] = 'futures'
|
||||
default_conf['margin_mode'] = 'isolated'
|
||||
default_conf['dry_run'] = True
|
||||
default_conf['dry_run'] = False
|
||||
api_mock.fetch_leverage_tiers = MagicMock(return_value={
|
||||
'SHIB/USDT:USDT': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user