summaryrefslogtreecommitdiff
path: root/test/http_test.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-02-21 12:53:40 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-02-21 12:53:40 +0300
commitad8f26c0a4a0a579e93547e78313d3e4ecef6ed5 (patch)
treec51fdef9ed22d32911701804dcb6fa87707a22a9 /test/http_test.exs
parenta03c420b84d9901be70520d8c027ccb53449990d (diff)
downloadpleroma-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.exs4
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