Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
9f5881cb
Commit
9f5881cb
authored
Dec 31, 2018
by
Rin Toshaka
Browse files
Fix a typo in user_test.ex
parent
6ed9b31a
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/user_test.exs
View file @
9f5881cb
...
...
@@ -706,7 +706,7 @@ test "insert or update a user from given data" do
end
describe
"per-user rich-text filtering"
do
test
"html_filter_policy returns
nil
when rich-text is enabled"
do
test
"html_filter_policy returns
default policies,
when rich-text is enabled"
do
user
=
insert
(
:user
)
assert
Pleroma
.
Config
.
get
([
:markup
,
:scrub_policy
])
==
User
.
html_filter_policy
(
user
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment