Tests: Stub the pipeline in all tests.

Restores the old un-moxed behavior.
This commit is contained in:
lain 2020-12-21 16:38:34 +01:00
commit 1a3da01a65
2 changed files with 18 additions and 0 deletions

View file

@ -136,6 +136,8 @@ defmodule Pleroma.Web.ConnCase do
})
end
Pleroma.DataCase.stub_pipeline()
{:ok, conn: Phoenix.ConnTest.build_conn()}
end
end