We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6528323 commit a30ca2fCopy full SHA for a30ca2f
1 file changed
test/logger_telegram_backend_test.exs
@@ -240,7 +240,7 @@ defmodule LoggerTelegramBackendTest do
240
@tag config: [client: ErrorTestClient]
241
test "logs warning if sending fails" do
242
assert capture_io(:stderr, fn ->
243
- Logger.notice("foo")
+ Logger.info("foo")
244
Logger.flush()
245
end) =~
246
~s'LoggerTelegramBackend failed to send message: "{\\"error\\": \\"timeout\\"}"'
0 commit comments