formatting
This commit is contained in:
parent
d812c8bbc7
commit
e8ee0c19e8
@ -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",
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user