formatting

This commit is contained in:
Alex S 2019-08-22 12:57:42 +03:00
parent d812c8bbc7
commit e8ee0c19e8
2 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,7 @@ config :tesla, adapter: Tesla.Adapter.Gun
config :pleroma, :http,
proxy_url: nil,
send_user_agent: true,
adapter: [
]
adapter: []
config :pleroma, :instance,
name: "Pleroma",

View File

@ -7,6 +7,7 @@ defmodule Pleroma.ReverseProxy.Client.TeslaTest do
setup_all do
Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun.API.Gun)
on_exit(fn ->
Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun.API.Mock)
end)