fix test
This commit is contained in:
parent
e679da4c34
commit
db6f4496eb
|
@ -118,7 +118,7 @@ test "max pinned statuses" do
|
||||||
|
|
||||||
user = User.get_by_ap_id(user.ap_id)
|
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)
|
CommonAPI.pin(activity_two.id, user)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue