summaryrefslogtreecommitdiff
path: root/test/support/data_case.ex
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/data_case.ex')
-rw-r--r--test/support/data_case.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/data_case.ex b/test/support/data_case.ex
index 3f40c3670..8eff0fd94 100644
--- a/test/support/data_case.ex
+++ b/test/support/data_case.ex
@@ -26,6 +26,7 @@ defmodule Pleroma.DataCase do
end
setup tags do
+ Cachex.clear(:user_cache)
:ok = Ecto.Adapters.SQL.Sandbox.checkout(Pleroma.Repo)
unless tags[:async] do