fix testcase
This commit is contained in:
parent
b9c2489b73
commit
7a0cb95ffb
@ -55,7 +55,7 @@ class DummyCls(Telegram):
|
||||
raise Exception('test')
|
||||
|
||||
|
||||
def get_telegram_testobject(mocker, default_conf, mock=True, freqtrade=None):
|
||||
def get_telegram_testobject(mocker, default_conf, mock=True, ftbot=None):
|
||||
msg_mock = MagicMock()
|
||||
if mock:
|
||||
mocker.patch.multiple(
|
||||
|
Loading…
Reference in New Issue
Block a user