X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fhttp%2Fconnection_test.exs;h=53ccbc9cd6171a89e6ecf7fae5ec11cb1a83735f;hb=814b275af7748df6bd11dfc6be1b4efce8d5ae70;hp=c1ff0cc21aaff52f74b09aa12d1fc8d3e9bb3f3d;hpb=13918cb545d583decfb728300850b307c59e2031;p=akkoma diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs index c1ff0cc21..53ccbc9cd 100644 --- a/test/http/connection_test.exs +++ b/test/http/connection_test.exs @@ -124,7 +124,7 @@ defmodule Pleroma.HTTP.ConnectionTest do uri = URI.parse("https://some-domain.com") pid = Process.whereis(:federation) - :ok = Pleroma.Pool.Connections.open_conn(uri, :gun_connections, genserver_pid: pid) + :ok = Pleroma.Gun.Conn.open(uri, :gun_connections, genserver_pid: pid) opts = Connection.options(uri)