pleroma/test/reverse_proxy/client/hackney_test.exs

8 lines
200 B
Elixir
Raw Normal View History

defmodule Pleroma.ReverseProxy.Client.HackneyTest do
use Pleroma.ReverseProxyClientCase, client: Pleroma.ReverseProxy.Client.Hackney
defp check_ref(ref) do
assert is_reference(ref)
end
end