X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Freverse_proxy_test.exs;h=3a83c4c48df3eb77be0c90a37a4c2f908c1c4fc7;hb=73884441f31092bdb2f509950daf9bd3889a9a8b;hp=f4b7d6add825133a4ce59c7318c83fd4404b6848;hpb=9f987dd017f352d63c7441e2cce301aea07082a8;p=akkoma diff --git a/test/reverse_proxy_test.exs b/test/reverse_proxy_test.exs index f4b7d6add..3a83c4c48 100644 --- a/test/reverse_proxy_test.exs +++ b/test/reverse_proxy_test.exs @@ -108,11 +108,11 @@ defmodule Pleroma.ReverseProxyTest do end end - test "max_body_size returns error if streaming body more than that option", %{conn: conn} do + test "max_body_length returns error if streaming body more than that option", %{conn: conn} do stream_mock(3, true) assert capture_log(fn -> - ReverseProxy.call(conn, "/stream-bytes/50", max_body_size: 30) + 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" end