Merge branch 'remove-swift' into 'develop'
[akkoma] / test / test_helper.exs
index f604ba63d2c13fa138b1d530559f8a86be6f44d2..3e33f0335a89c03237346c421c134624591c92c2 100644 (file)
@@ -3,6 +3,6 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 ExUnit.start()
-
 Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
+Mox.defmock(Pleroma.ReverseProxy.ClientMock, for: Pleroma.ReverseProxy.Client)
 {:ok, _} = Application.ensure_all_started(:ex_machina)