From: Egor Kislitsyn <egor@kislitsyn.com>
Date: Tue, 8 Jan 2019 08:32:06 +0000 (+0700)
Subject: fix test
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=db6f4496ebb5dbcb680104b2df80410b9dcb8407;p=akkoma

fix test
---

diff --git a/test/web/common_api/common_api_test.exs b/test/web/common_api/common_api_test.exs
index 652b53099..24e5e56f4 100644
--- a/test/web/common_api/common_api_test.exs
+++ b/test/web/common_api/common_api_test.exs
@@ -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