Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
authorrinpatch <rinpatch@sdf.org>
Sat, 14 Sep 2019 10:50:08 +0000 (10:50 +0000)
committerrinpatch <rinpatch@sdf.org>
Sat, 14 Sep 2019 12:25:21 +0000 (15:25 +0300)
test/web/mastodon_api/mastodon_api_controller_test.exs

index ec77b4656cf46e711e6261ab8452e3fefebf6a91..24e5785c0dda2168c36e45db45c32835fad2b3a6 100644 (file)
@@ -3856,7 +3856,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
       assert id == other_user.id
     end
 
-    test "requires authentifucation for private posts", %{conn: conn, user: user} do
+    test "requires authentification for private posts", %{conn: conn, user: user} do
       other_user = insert(:user)
 
       {:ok, activity} =