X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Frel_me_test.exs;h=65255916d083f9788e7a70f7b777515601127490;hb=9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8;hp=77b5d5dc697024fdb1486fb36d765d0e9005d7ae;hpb=1ca7b877a153d57f34f3d5a4b380a824d5d4b809;p=akkoma diff --git a/test/web/rel_me_test.exs b/test/web/rel_me_test.exs index 77b5d5dc6..65255916d 100644 --- a/test/web/rel_me_test.exs +++ b/test/web/rel_me_test.exs @@ -1,9 +1,9 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.RelMeTest do - use ExUnit.Case, async: true + use ExUnit.Case setup_all do Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end)