Skip to content

Commit a30ca2f

Browse files
committed
Fix test
1 parent 6528323 commit a30ca2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/logger_telegram_backend_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ defmodule LoggerTelegramBackendTest do
240240
@tag config: [client: ErrorTestClient]
241241
test "logs warning if sending fails" do
242242
assert capture_io(:stderr, fn ->
243-
Logger.notice("foo")
243+
Logger.info("foo")
244244
Logger.flush()
245245
end) =~
246246
~s'LoggerTelegramBackend failed to send message: "{\\"error\\": \\"timeout\\"}"'

0 commit comments

Comments
 (0)