projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b2db2
)
fix credo warning
author
stwf
<steven.fuchs@dockyard.com>
Mon, 14 Sep 2020 17:55:49 +0000
(13:55 -0400)
committer
stwf
<steven.fuchs@dockyard.com>
Mon, 14 Sep 2020 17:55:49 +0000
(13:55 -0400)
test/web/metadata/metadata_test.exs
patch
|
blob
|
history
diff --git
a/test/web/metadata/metadata_test.exs
b/test/web/metadata/metadata_test.exs
index fe30096289c48bd0469dd8e94ada0fe9e85fae63..054844597b4dc53e7d8d71ceaf9c4c09886beb5c 100644
(file)
--- a/
test/web/metadata/metadata_test.exs
+++ b/
test/web/metadata/metadata_test.exs
@@
-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