define _rpc_reload_conf as private method

This commit is contained in:
gcarq
2018-06-13 15:29:27 +02:00
parent e14c9e2090
commit 46080f5168
3 changed files with 5 additions and 5 deletions

View File

@@ -706,7 +706,7 @@ def test_reload_conf_handle(default_conf, update, mocker) -> None:
mocker.patch.multiple(
'freqtrade.rpc.telegram.Telegram',
_init=MagicMock(),
send_msg=msg_mock
_send_msg=msg_mock
)
mocker.patch('freqtrade.freqtradebot.RPCManager', MagicMock())