1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-11 21:45:04 +01:00
pleroma/test/test_helper.exs
Alexander Strizhakov 4e6e5d8042 reverse proxy tests
2019-07-09 16:54:13 +00:00

9 lines
362 B
Elixir

# 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)