diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-21 12:53:40 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-21 12:53:40 +0300 |
commit | ad8f26c0a4a0a579e93547e78313d3e4ecef6ed5 (patch) | |
tree | c51fdef9ed22d32911701804dcb6fa87707a22a9 /test/http_test.exs | |
parent | a03c420b84d9901be70520d8c027ccb53449990d (diff) | |
download | pleroma-ad8f26c0a4a0a579e93547e78313d3e4ecef6ed5.tar.gz pleroma-ad8f26c0a4a0a579e93547e78313d3e4ecef6ed5.zip |
more info in Connections.checkin timout errors
Diffstat (limited to 'test/http_test.exs')
-rw-r--r-- | test/http_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/http_test.exs b/test/http_test.exs index d80b96496..83c27f6e1 100644 --- a/test/http_test.exs +++ b/test/http_test.exs @@ -61,8 +61,8 @@ defmodule Pleroma.HTTPTest do describe "connection pools" do @describetag :integration - 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 test "gun" do |