mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 17:13:06 +00:00
chore: ruff format updates
This commit is contained in:
@@ -383,8 +383,7 @@ def test_exception_send_msg(default_conf, mocker, caplog):
|
||||
}
|
||||
webhook.send_msg(msg)
|
||||
assert log_has(
|
||||
"Problem calling Webhook. Please check your webhook configuration. "
|
||||
"Exception: 'DEADBEEF'",
|
||||
"Problem calling Webhook. Please check your webhook configuration. Exception: 'DEADBEEF'",
|
||||
caplog,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user