Remove unwanted parameter

This commit is contained in:
Mark Felder 2023-05-29 15:05:37 -04:00
parent 84974efe4c
commit 43bb2f39db

View file

@ -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