forked from AkkomaGang/akkoma
fix test
This commit is contained in:
parent
e679da4c34
commit
db6f4496eb
1 changed files with 1 additions and 1 deletions
|
@ -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 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