preload data into index.html
[akkoma] / test / plugs / instance_static_test.exs
index b8f070d6ad6f7b7742b15ab27b2df56db54abc51..be2613ad098ce0907345679811639017a7a91b30 100644 (file)
@@ -16,7 +16,7 @@ defmodule Pleroma.Web.RuntimeStaticPlugTest do
 
   test "overrides index" do
     bundled_index = get(build_conn(), "/")
-    assert html_response(bundled_index, 200) == File.read!("priv/static/index.html")
+    refute html_response(bundled_index, 200) == "hello world"
 
     File.write!(@dir <> "/index.html", "hello world")