fix test
[akkoma] / test / web / common_api / common_api_test.exs
index 652b5309924b3dd75502a17b59f139e57c060985..24e5e56f4c3785e710c3318b0603c92600d23272 100644 (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