Add /list_kvals command for TG and underlying RPC.

This commit is contained in:
eSeR1805
2022-06-13 20:04:14 +03:00
parent c719860a16
commit 4f799cc9db
3 changed files with 71 additions and 2 deletions

View File

@@ -102,7 +102,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_kvals']"
"]")
assert log_has(message_str, caplog)