mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
update setup_utils_configuration to not force-set dry-run mode
This commit is contained in:
@@ -39,6 +39,10 @@ def test_setup_utils_configuration():
|
||||
assert "exchange" in config
|
||||
assert config['dry_run'] is True
|
||||
|
||||
config = setup_utils_configuration(get_args(args), RunMode.OTHER, set_dry=False)
|
||||
assert "exchange" in config
|
||||
assert config['dry_run'] is False
|
||||
|
||||
|
||||
def test_start_trading_fail(mocker, caplog):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user