Fix some minor test failures

This commit is contained in:
Matthias
2024-02-07 19:06:41 +01:00
parent 8f9f4b40cd
commit 2393a9fecf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ def test_telegram_init(default_conf, mocker, caplog) -> None:
"['stopbuy', 'stopentry'], ['whitelist'], ['blacklist'], "
"['bl_delete', 'blacklist_delete'], "
"['logs'], ['edge'], ['health'], ['help'], ['version'], ['marketdir'], "
"['order']], ['list_custom_data']")
"['order'], ['list_custom_data']]")
assert log_has(message_str, caplog)