forked from AkkomaGang/akkoma
fix for updated hackney
warning: :hackney_connect.partial_chain/1 is undefined or private
This commit is contained in:
parent
9a4fde9766
commit
23decaab81
1 changed files with 0 additions and 6 deletions
|
@ -382,12 +382,6 @@ test "simple keyword" do
|
|||
assert ConfigDB.to_elixir_types([%{"tuple" => [":key", "value"]}]) == [key: "value"]
|
||||
end
|
||||
|
||||
test "keyword with partial_chain key" do
|
||||
assert ConfigDB.to_elixir_types([
|
||||
%{"tuple" => [":partial_chain", "&:hackney_connect.partial_chain/1"]}
|
||||
]) == [partial_chain: &:hackney_connect.partial_chain/1]
|
||||
end
|
||||
|
||||
test "keyword" do
|
||||
assert ConfigDB.to_elixir_types([
|
||||
%{"tuple" => [":types", "Pleroma.PostgresTypes"]},
|
||||
|
|
Loading…
Reference in a new issue