Add command 'stats' in expected test output.

This commit is contained in:
Xu Wang 2020-10-05 10:05:15 +01:00
parent 7bce2cd29d
commit 355afc082e
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ def test_telegram_init(default_conf, mocker, caplog) -> None:
"['balance'], ['start'], ['stop'], ['forcesell'], ['forcebuy'], ['trades'], "
"['delete'], ['performance'], ['daily'], ['count'], ['reload_config', "
"'reload_conf'], ['show_config', 'show_conf'], ['stopbuy'], "
"['whitelist'], ['blacklist'], ['logs'], ['edge'], ['help'], ['version']]")
"['whitelist'], ['blacklist'], ['logs'], ['edge'], ['help'], ['version'], "
"['stats']]")
assert log_has(message_str, caplog)