X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fhttp%2Fconnection_test.exs;h=d4db3798c716b80eb46b6fae06780b0c6b862fe2;hb=eb324467d9c5c761a776ffc98347246c61ad02ae;hp=3f32898cb6ba85bf5630aea07dc1eb086fe04997;hpb=4427161ca3798aeee0290f0ed7ac5536039509d8;p=akkoma diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs index 3f32898cb..d4db3798c 100644 --- a/test/http/connection_test.exs +++ b/test/http/connection_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.HTTP.ConnectionTest do @@ -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