diff options
author | lain <lain@soykaf.club> | 2020-12-21 16:38:34 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-21 16:38:34 +0100 |
commit | 1a3da01a6505262443d58aba525eda702d7ee575 (patch) | |
tree | d8c8edbefd8f319d2ba9bb00d43d44bdd5c459ae /test/support/conn_case.ex | |
parent | 5db1e6c8d37ea114433afe0a9247314ab92cc52f (diff) | |
download | pleroma-1a3da01a6505262443d58aba525eda702d7ee575.tar.gz pleroma-1a3da01a6505262443d58aba525eda702d7ee575.zip |
Tests: Stub the pipeline in all tests.
Restores the old un-moxed behavior.
Diffstat (limited to 'test/support/conn_case.ex')
-rw-r--r-- | test/support/conn_case.ex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex index a7cebf971..02f49c590 100644 --- a/test/support/conn_case.ex +++ b/test/support/conn_case.ex @@ -136,6 +136,8 @@ defmodule Pleroma.Web.ConnCase do }) end + Pleroma.DataCase.stub_pipeline() + {:ok, conn: Phoenix.ConnTest.build_conn()} end end |