Merge branch 'support/oauth_fetch_token' into 'develop'
[akkoma] / test / support / data_case.ex
index 3f40c3670fb8c17ce86872c7aac627318c85c823..8eff0fd946185470784959f3aa7a9b03695d1db4 100644 (file)
@@ -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