commit: 43bb2f39db0bd7028512cba402f6b5aa1610c1db
parent 84974efe4c6e26f20bc14fece6cc74efe8777547
Author: Mark Felder <feld@feld.me>
Date: Mon, 29 May 2023 15:05:37 -0400
Remove unwanted parameter
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex
@@ -123,7 +123,6 @@ defmodule Pleroma.Web.ConnCase do
{:ok,
conn:
Phoenix.ConnTest.build_conn()
- |> Map.put(:host, Pleroma.Web.Endpoint.host())
- |> Plug.Test.init_test_session(%{})}
+ |> Map.put(:host, Pleroma.Web.Endpoint.host())}
end
end