Handle new-style mastodon follow lists
[akkoma] / test / test_helper.exs
1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
4
5 ExUnit.start()
6
7 Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
8 {:ok, _} = Application.ensure_all_started(:ex_machina)