Merge branch 'develop' into gun
[akkoma] / test / http / connection_test.exs
index c1ff0cc21aaff52f74b09aa12d1fc8d3e9bb3f3d..53ccbc9cd6171a89e6ecf7fae5ec11cb1a83735f 100644 (file)
@@ -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)