summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-04-05 07:50:57 +0200
committermakefu <github@syntax-fehler.de>2019-04-05 07:50:57 +0200
commit2f53271af0fda00bdc452c2bc5e569f064f562f6 (patch)
tree806aeb5c7be5385fc4030a1e298e349c02f3e793
parent8f285e407d560dd243b082d756f682fd15379cf4 (diff)
ma 0tests: fix telegram-bot json file
-rw-r--r--makefu/0tests/data/secrets/hass/telegram-bot.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/0tests/data/secrets/hass/telegram-bot.json b/makefu/0tests/data/secrets/hass/telegram-bot.json
index 44217793..1e1857df 100644
--- a/makefu/0tests/data/secrets/hass/telegram-bot.json
+++ b/makefu/0tests/data/secrets/hass/telegram-bot.json
@@ -1,5 +1,5 @@
{
"platform": "polling",
"api_key": "1:A",
- "allowed_chat_ids": [ 0 1 ]
+ "allowed_chat_ids": [ 0, 1 ]
}