Improve some doc wording

This commit is contained in:
Matthias
2020-08-29 10:26:26 +02:00
parent a9e7ee8113
commit 2ae04af694
3 changed files with 5 additions and 8 deletions

View File

@@ -1127,7 +1127,6 @@ def test_telegram_logs(default_conf, update, mocker) -> None:
telegram._logs(update=update, context=context)
assert msg_mock.call_count == 1
assert "freqtrade\\.rpc\\.telegram" in msg_mock.call_args_list[0][0][0]
assert "freqtrade\\.resolvers\\.iresolver" in msg_mock.call_args_list[0][0][0]
msg_mock.reset_mock()
context.args = ["1"]