summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/support/conn_case.ex3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex
index d6729ab87..c1cb0295b 100644
--- 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