X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fhttp%2Fconnection_test.exs;h=d4db3798c716b80eb46b6fae06780b0c6b862fe2;hb=fe47bcde8c20d7c968a7fb20637b4bccc6389691;hp=5c1ecda0be22906d4eab61d0a9b925119172c6db;hpb=d9c5ae7c09c7cbf3f4f66e01b7ed69a3d6388916;p=akkoma diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs index 5c1ecda0b..d4db3798c 100644 --- a/test/http/connection_test.exs +++ b/test/http/connection_test.exs @@ -134,7 +134,6 @@ defmodule Pleroma.HTTP.ConnectionTest do assert tls_opts[:depth] == 20 assert tls_opts[:reuse_sessions] == false - assert opts[:original] == "some-domain.com:443" assert opts[:close_conn] == false assert is_pid(opts[:conn]) end