Add OTP to updating.md
[akkoma] / test / plugs / cache_control_test.exs
index 69ce6cc7dda9c4344c9de1fe34ae1ea0aa24f309..be78b3e1e067ae6d26f397066e1f0a7be6488e93 100644 (file)
@@ -9,7 +9,7 @@ defmodule Pleroma.Web.CacheControlTest do
   test "Verify Cache-Control header on static assets", %{conn: conn} do
     conn = get(conn, "/index.html")
 
-    assert Conn.get_resp_header(conn, "cache-control") == ["public, no-cache"]
+    assert Conn.get_resp_header(conn, "cache-control") == ["public max-age=86400 must-revalidate"]
   end
 
   test "Verify Cache-Control header on the API", %{conn: conn} do