fix credo warning

This commit is contained in:
stwf 2020-09-14 13:55:49 -04:00
parent 38b2db297b
commit f900a40d5d
1 changed files with 1 additions and 1 deletions

View 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