projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e679da4
)
fix test
author
Egor Kislitsyn
<egor@kislitsyn.com>
Tue, 8 Jan 2019 08:32:06 +0000
(15:32 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Tue, 8 Jan 2019 08:32:06 +0000
(15:32 +0700)
test/web/common_api/common_api_test.exs
patch
|
blob
|
history
diff --git
a/test/web/common_api/common_api_test.exs
b/test/web/common_api/common_api_test.exs
index 652b5309924b3dd75502a17b59f139e57c060985..24e5e56f4c3785e710c3318b0603c92600d23272 100644
(file)
--- a/
test/web/common_api/common_api_test.exs
+++ b/
test/web/common_api/common_api_test.exs
@@
-118,7
+118,7
@@
defmodule Pleroma.Web.CommonAPI.Test 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