diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/reverse_proxy_test.exs | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/test/reverse_proxy_test.exs b/test/reverse_proxy_test.exs index f1690ade9..87c6aca4e 100644 --- a/test/reverse_proxy_test.exs +++ b/test/reverse_proxy_test.exs @@ -275,17 +275,6 @@ defmodule Pleroma.ReverseProxyTest do    end    describe "cache resp headers" do -    test "returns headers", %{conn: conn} do -      ClientMock -      |> expect(:request, fn :get, "/cache/" <> ttl, _, _, _ -> -        {:ok, 200, [{"cache-control", "public, max-age=" <> ttl}], %{}} -      end) -      |> expect(:stream_body, fn _ -> :done end) - -      conn = ReverseProxy.call(conn, "/cache/10") -      assert {"cache-control", "public, max-age=10"} in conn.resp_headers -    end -      test "add cache-control", %{conn: conn} do        ClientMock        |> expect(:request, fn :get, "/cache", _, _, _ -> | 
