diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-08-20 18:56:15 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-08-20 18:56:15 +0300 |
commit | 4930bc3ca100f4ee299a30377545dce66c7c88c8 (patch) | |
tree | e7c20b2c5934bf2046552245ff5a97ad37ccb804 | |
parent | cee945bead8d6e95e05ccb661330cd5561caf7a3 (diff) | |
download | pleroma-4930bc3ca100f4ee299a30377545dce66c7c88c8.tar.gz |
test fix
-rw-r--r-- | test/http_test.exs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/http_test.exs b/test/http_test.exs index 5ffd351e4..460f8f7c2 100644 --- a/test/http_test.exs +++ b/test/http_test.exs @@ -76,8 +76,6 @@ defmodule Pleroma.HTTPTest do adapter_opts = resp.opts[:adapter] - assert adapter_opts[:original] == "httpbin.org:443" - refute adapter_opts[:close_conn] - assert adapter_opts[:pool] == :federation + assert adapter_opts[:url] == "https://httpbin.org/user-agent" end end |