more info in Connections.checkin timout errors
This commit is contained in:
parent
a03c420b84
commit
ad8f26c0a4
5 changed files with 23 additions and 14 deletions
|
|
@ -345,12 +345,12 @@ defmodule Pleroma.ReverseProxyTest do
|
|||
describe "tesla client using gun integration" do
|
||||
@describetag :integration
|
||||
|
||||
clear_config([Pleroma.ReverseProxy.Client]) do
|
||||
Pleroma.Config.put([Pleroma.ReverseProxy.Client], Pleroma.ReverseProxy.Client.Tesla)
|
||||
clear_config(Pleroma.ReverseProxy.Client) do
|
||||
Pleroma.Config.put(Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.Client.Tesla)
|
||||
end
|
||||
|
||||
clear_config([Pleroma.Gun.API]) do
|
||||
Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun)
|
||||
clear_config(Pleroma.Gun.API) do
|
||||
Pleroma.Config.put(Pleroma.Gun.API, Pleroma.Gun)
|
||||
end
|
||||
|
||||
setup do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue