mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-24 02:02:19 +00:00
fix test
This commit is contained in:
parent
e679da4c34
commit
db6f4496eb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue