aboutsummaryrefslogtreecommitdiff
path: root/test/http/connection_test.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-04 18:13:24 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-04 18:13:24 +0300
commitd6bebd4f9c8086dd87c75f3637a5d392a05f2daf (patch)
tree31ea18b1c5b49c80385c4f6d8a34026efa046448 /test/http/connection_test.exs
parent22d52f5691d985e7daaa955e97e0722f038f6fae (diff)
downloadpleroma-d6bebd4f9c8086dd87c75f3637a5d392a05f2daf.tar.gz
moving some logic to tesla adapter
- checking original inside gun adapter - flushing streams on max_body error
Diffstat (limited to 'test/http/connection_test.exs')
-rw-r--r--test/http/connection_test.exs1
1 files changed, 0 insertions, 1 deletions
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