X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Fconn_case.ex;h=ec5892ff53f45ca182ef70d37472d2b20b7b4d8f;hb=c623b4324deaf236334a0f77a81435b5bffadf3c;hp=b39c706774e086872b4ebdfb27ac312a626cc880;hpb=aab264db82054df470075c65ca25c42bbcc5d7a8;p=akkoma diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex index b39c70677..ec5892ff5 100644 --- a/test/support/conn_case.ex +++ b/test/support/conn_case.ex @@ -40,10 +40,6 @@ defmodule Pleroma.Web.ConnCase do Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, {:shared, self()}) end - if tags[:needs_streamer] do - start_supervised(Pleroma.Web.Streamer.supervisor()) - end - {:ok, conn: Phoenix.ConnTest.build_conn()} end end