Unbreak all the tests.
This commit is contained in:
parent
505a084058
commit
e61f0be951
5 changed files with 10 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ defmodule Pleroma.Web.ConnCase do
|
|||
|
||||
setup tags do
|
||||
Cachex.clear(:user_cache)
|
||||
Cachex.clear(:object_cache)
|
||||
:ok = Ecto.Adapters.SQL.Sandbox.checkout(Pleroma.Repo)
|
||||
|
||||
unless tags[:async] do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue