Fix tests matching on "warn"
Moving it to "warning" would break tests on 1.12.x
This commit is contained in:
parent
71c80204c9
commit
d1cc9e4eaf
2 changed files with 5 additions and 5 deletions
|
|
@ -130,7 +130,7 @@ defmodule Pleroma.ReverseProxyTest do
|
|||
assert capture_log(fn ->
|
||||
ReverseProxy.call(conn, "/stream-bytes/50", max_body_length: 30)
|
||||
end) =~
|
||||
"[warn] Elixir.Pleroma.ReverseProxy request to /stream-bytes/50 failed while reading/chunking: :body_too_large"
|
||||
"Elixir.Pleroma.ReverseProxy request to /stream-bytes/50 failed while reading/chunking: :body_too_large"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue