Merge branch 'develop' into issue/1276
[akkoma] / test / pool / connections_test.exs
index 06f32b74e9041e89377549204ca7a9a1af5e5427..aeda54875851f171f06505596a7586ce6b02db61 100644 (file)
@@ -355,7 +355,7 @@ defmodule Pleroma.Pool.ConnectionsTest do
              refute Conn.open(url, name)
              refute Connections.checkin(url, name)
            end) =~
-             "Received error on opening connection http://gun-not-up.com {:error, :timeout}"
+             "Opening connection to http://gun-not-up.com failed with error {:error, :timeout}"
   end
 
   test "process gun_down message and then gun_up", %{name: name} do