aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-14 10:46:35 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-14 15:25:10 +0300
commitae33cca4cf4d0089944ff211d2f96435776ff7f7 (patch)
tree9bef09cef77514f5565d8e510500396c18229153
parent056780fd8e68e62902542cfb8bbf36db4f47c0bb (diff)
downloadpleroma-ae33cca4cf4d0089944ff211d2f96435776ff7f7.tar.gz
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
-rw-r--r--test/web/mastodon_api/mastodon_api_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs
index b42ce4c2e..ec77b4656 100644
--- a/test/web/mastodon_api/mastodon_api_controller_test.exs
+++ b/test/web/mastodon_api/mastodon_api_controller_test.exs
@@ -3759,7 +3759,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} =