diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-04 17:48:55 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-04 17:48:55 +0300 |
commit | dd8aee332cf939f1a76f60a95b117ab90530178b (patch) | |
tree | 509ec960e9bb272183916df8ed3ab929ae936519 /test/formatter_test.exs | |
parent | 5c6d47614dfd72566a91ac58223902e71ebdf1d3 (diff) | |
download | pleroma-dd8aee332cf939f1a76f60a95b117ab90530178b.tar.gz pleroma-dd8aee332cf939f1a76f60a95b117ab90530178b.zip |
formatting the code
Diffstat (limited to 'test/formatter_test.exs')
-rw-r--r-- | test/formatter_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/formatter_test.exs b/test/formatter_test.exs index d5c74a321..5d745510f 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -4,6 +4,7 @@ defmodule Pleroma.FormatterTest do use Pleroma.DataCase import Pleroma.Factory + setup_all do Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end) :ok |