X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Ftest_helper.exs;h=3e33f0335a89c03237346c421c134624591c92c2;hb=f84fb340b7358df195734f2db199e76a819e45bf;hp=602c5fca49622750ff9f2eb62e703636930689ca;hpb=a93f3421a704d6728a856d5d82cdbf9c43f3f897;p=akkoma diff --git a/test/test_helper.exs b/test/test_helper.exs index 602c5fca4..3e33f0335 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -1,4 +1,8 @@ -ExUnit.start() +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors +# 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)