diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-04 18:13:24 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-04 18:13:24 +0300 |
commit | d6bebd4f9c8086dd87c75f3637a5d392a05f2daf (patch) | |
tree | 31ea18b1c5b49c80385c4f6d8a34026efa046448 /test/http/connection_test.exs | |
parent | 22d52f5691d985e7daaa955e97e0722f038f6fae (diff) | |
download | pleroma-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.exs | 1 |
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 |