Remove unwanted parameter
This commit is contained in:
parent
84974efe4c
commit
43bb2f39db
|
@ -123,7 +123,6 @@ defp json_response_and_validate_schema(conn, _status) 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
|
||||
|
|
Loading…
Reference in New Issue