Merge branch 'remove-swift' into 'develop'
[akkoma] / test / test_helper.exs
index 94ba68ff8ef2745aa9eadd8754ac089baa4fdf01..3e33f0335a89c03237346c421c134624591c92c2 100644 (file)
@@ -1,4 +1,8 @@
-ExUnit.start()
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# 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)