Updated exchange tests

This commit is contained in:
Sam Germain
2022-02-10 03:31:16 -06:00
parent fa2c9fc51f
commit 3b43d42eaa
4 changed files with 10 additions and 11 deletions

View File

@@ -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': [
{