Skip to content
GitLab
Menu
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
db6f4496
Commit
db6f4496
authored
Jan 08, 2019
by
minibikini
Browse files
fix test
parent
e679da4c
Changes
1
Show whitespace changes
Inline
Side-by-side
test/web/common_api/common_api_test.exs
View file @
db6f4496
...
...
@@ -118,7 +118,7 @@ test "max pinned statuses" do
user
=
User
.
get_by_ap_id
(
user
.
ap_id
)
assert
{
:error
,
"You have already pinned the maximum number of
toot
s"
}
=
assert
{
:error
,
"You have already pinned the maximum number of
statuse
s"
}
=
CommonAPI
.
pin
(
activity_two
.
id
,
user
)
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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