Move start_config out of build_commands file

This commit is contained in:
Matthias
2020-01-29 21:28:01 +01:00
parent e250c56829
commit 940bfbee96
5 changed files with 163 additions and 156 deletions

View File

@@ -557,7 +557,7 @@ def test_start_new_config(mocker, caplog, exchange):
'telegram_token': 'asdf1244',
'telegram_chat_id': '1144444',
}
mocker.patch('freqtrade.commands.deploy_commands.ask_user_config',
mocker.patch('freqtrade.commands.build_config_commands.ask_user_config',
return_value=sample_selections)
args = [
"new-config",