X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fplugs%2Finstance_static_test.exs;h=be2613ad098ce0907345679811639017a7a91b30;hb=828841968640f67a06ba8e2d0dd7c38b1d9e3729;hp=b8f070d6ad6f7b7742b15ab27b2df56db54abc51;hpb=349b9d86dc25ae9514781ef2ac56953fa357a031;p=akkoma diff --git a/test/plugs/instance_static_test.exs b/test/plugs/instance_static_test.exs index b8f070d6a..be2613ad0 100644 --- a/test/plugs/instance_static_test.exs +++ b/test/plugs/instance_static_test.exs @@ -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")