Skip to content
Snippets Groups Projects
Commit db6f4496 authored by minibikini's avatar minibikini
Browse files

fix test

parent e679da4c
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment