Browse Source

Don't test tls_options in adapter helper test.

chores/our-libs-hex-releases
href rinpatch 4 years ago
parent
commit
e499275076
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      test/http/adapter_helper/gun_test.exs

+ 0
- 3
test/http/adapter_helper/gun_test.exs View File

@@ -21,7 +21,6 @@ defmodule Pleroma.HTTP.AdapterHelper.GunTest do

opts = Gun.options([receive_conn: false], uri)
assert opts[:certificates_verification]
assert opts[:tls_opts][:log_level] == :warning
end

test "https ipv4 with default port" do
@@ -29,7 +28,6 @@ defmodule Pleroma.HTTP.AdapterHelper.GunTest do

opts = Gun.options([receive_conn: false], uri)
assert opts[:certificates_verification]
assert opts[:tls_opts][:log_level] == :warning
end

test "https ipv6 with default port" do
@@ -37,7 +35,6 @@ defmodule Pleroma.HTTP.AdapterHelper.GunTest do

opts = Gun.options([receive_conn: false], uri)
assert opts[:certificates_verification]
assert opts[:tls_opts][:log_level] == :warning
end

test "https url with non standart port" do


Loading…
Cancel
Save