fix credo warning
authorstwf <steven.fuchs@dockyard.com>
Mon, 14 Sep 2020 17:55:49 +0000 (13:55 -0400)
committerstwf <steven.fuchs@dockyard.com>
Mon, 14 Sep 2020 17:55:49 +0000 (13:55 -0400)
test/web/metadata/metadata_test.exs

index fe30096289c48bd0469dd8e94ada0fe9e85fae63..054844597b4dc53e7d8d71ceaf9c4c09886beb5c 100644 (file)
@@ -42,7 +42,7 @@ defmodule Pleroma.Web.MetadataTest do
       clear_config([:instance, :public], false)
       user = insert(:user, bio: "This is my secret fedi account bio")
 
-      assert "<meta content=\"noindex, noarchive\" name=\"robots\">" ==
+      assert ~s(<meta content="noindex, noarchive" name="robots">) ==
                Pleroma.Web.Metadata.build_tags(%{user: user})
     end
   end