Browse Source

fix test

tags/v0.9.9
Egor Kislitsyn 5 years ago
parent
commit
db6f4496eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/web/common_api/common_api_test.exs

+ 1
- 1
test/web/common_api/common_api_test.exs 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



Loading…
Cancel
Save