Tests: Stub the pipeline in all tests.
Restores the old un-moxed behavior.
This commit is contained in:
parent
5db1e6c8d3
commit
1a3da01a65
2 changed files with 18 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ defmodule Pleroma.Web.ConnCase do
|
|||
})
|
||||
end
|
||||
|
||||
Pleroma.DataCase.stub_pipeline()
|
||||
|
||||
{:ok, conn: Phoenix.ConnTest.build_conn()}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue