formatting
This commit is contained in:
parent
d812c8bbc7
commit
e8ee0c19e8
@ -178,8 +178,7 @@ config :tesla, adapter: Tesla.Adapter.Gun
|
|||||||
config :pleroma, :http,
|
config :pleroma, :http,
|
||||||
proxy_url: nil,
|
proxy_url: nil,
|
||||||
send_user_agent: true,
|
send_user_agent: true,
|
||||||
adapter: [
|
adapter: []
|
||||||
]
|
|
||||||
|
|
||||||
config :pleroma, :instance,
|
config :pleroma, :instance,
|
||||||
name: "Pleroma",
|
name: "Pleroma",
|
||||||
|
@ -7,6 +7,7 @@ defmodule Pleroma.ReverseProxy.Client.TeslaTest do
|
|||||||
|
|
||||||
setup_all do
|
setup_all do
|
||||||
Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun.API.Gun)
|
Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun.API.Gun)
|
||||||
|
|
||||||
on_exit(fn ->
|
on_exit(fn ->
|
||||||
Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun.API.Mock)
|
Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun.API.Mock)
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user