This commit is contained in:
Egor Kislitsyn 2019-01-08 15:32:06 +07:00
parent e679da4c34
commit db6f4496eb
1 changed files with 1 additions and 1 deletions

View File

@ -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