X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Ftest_helper.exs;h=3e33f0335a89c03237346c421c134624591c92c2;hb=f84fb340b7358df195734f2db199e76a819e45bf;hp=f604ba63d2c13fa138b1d530559f8a86be6f44d2;hpb=b73a1a33de76dc848037a5d0e951866bd21f92c4;p=akkoma diff --git a/test/test_helper.exs b/test/test_helper.exs index f604ba63d..3e33f0335 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -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)