summaryrefslogtreecommitdiff
path: root/test/support/conn_case.ex
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-02-03 18:54:39 +0100
committerlain <lain@soykaf.club>2019-02-03 18:54:39 +0100
commite61f0be9518aff867f4c56f5102723eddbcf40f1 (patch)
tree7b1c15e651f47d26bc082f865843f2fab6b62cf6 /test/support/conn_case.ex
parent505a084058eeeed7d945b43630c97c38cafec656 (diff)
downloadpleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.tar.gz
pleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.zip
Unbreak all the tests.
Diffstat (limited to 'test/support/conn_case.ex')
-rw-r--r--test/support/conn_case.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex
index c201d9a9b..ec5892ff5 100644
--- a/test/support/conn_case.ex
+++ b/test/support/conn_case.ex
@@ -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