test: add test for tg_info, update chat_id to be not 0

This commit is contained in:
Matthias
2024-12-24 13:38:34 +01:00
parent cef21860eb
commit 6ef8291b2e
2 changed files with 17 additions and 5 deletions

View File

@@ -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),