formatting the code

This commit is contained in:
Maksim Pechnikov 2018-12-04 17:48:55 +03:00
commit dd8aee332c
6 changed files with 57 additions and 16 deletions

View file

@ -11,6 +11,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
import Pleroma.Factory
alias Pleroma.Web.CommonAPI
setup_all do
Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end)
:ok