aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-01-08 15:32:06 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-01-08 15:32:06 +0700
commitdb6f4496ebb5dbcb680104b2df80410b9dcb8407 (patch)
treee84c064e34930c31207711ad346384797c4bc85a
parente679da4c34194b366624e31356d534ab73b11d2d (diff)
downloadpleroma-db6f4496ebb5dbcb680104b2df80410b9dcb8407.tar.gz
fix test
-rw-r--r--test/web/common_api/common_api_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/common_api/common_api_test.exs b/test/web/common_api/common_api_test.exs
index 652b53099..24e5e56f4 100644
--- 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 toots"} =
+ assert {:error, "You have already pinned the maximum number of statuses"} =
CommonAPI.pin(activity_two.id, user)
end