mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 16:40:29 +00:00
Remove unwanted parameter
This commit is contained in:
parent
84974efe4c
commit
43bb2f39db
1 changed files with 1 additions and 2 deletions
|
@ -123,7 +123,6 @@ defmodule Pleroma.Web.ConnCase do
|
||||||
{:ok,
|
{:ok,
|
||||||
conn:
|
conn:
|
||||||
Phoenix.ConnTest.build_conn()
|
Phoenix.ConnTest.build_conn()
|
||||||
|> Map.put(:host, Pleroma.Web.Endpoint.host())
|
|> Map.put(:host, Pleroma.Web.Endpoint.host())}
|
||||||
|> Plug.Test.init_test_session(%{})}
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue