This commit is contained in:
eSeR1805
2022-08-17 11:23:56 +02:00
committed by GitHub
10 changed files with 339 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ def test_telegram_init(default_conf, mocker, caplog) -> None:
"['count'], ['locks'], ['unlock', 'delete_locks'], "
"['reload_config', 'reload_conf'], ['show_config', 'show_conf'], "
"['stopbuy'], ['whitelist'], ['blacklist'], ['blacklist_delete', 'bl_delete'], "
"['logs'], ['edge'], ['health'], ['help'], ['version']"
"['logs'], ['edge'], ['health'], ['help'], ['version'], ['list_custom_data']"
"]")
assert log_has(message_str, caplog)