mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
test: add test for tg_info, update chat_id to be not 0
This commit is contained in:
@@ -625,7 +625,7 @@ def get_default_conf(testdatadir):
|
||||
"telegram": {
|
||||
"enabled": False,
|
||||
"token": "token",
|
||||
"chat_id": "0",
|
||||
"chat_id": "1235",
|
||||
"notification_settings": {},
|
||||
},
|
||||
"datadir": Path(testdatadir),
|
||||
|
||||
Reference in New Issue
Block a user