aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-14 10:50:08 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-14 15:25:21 +0300
commitdca545bb0d375601f0b5c355bc2320dacd001363 (patch)
tree32d6ba80629b8a6731c4bf290839f9ac4606d887 /test
parentae33cca4cf4d0089944ff211d2f96435776ff7f7 (diff)
downloadpleroma-dca545bb0d375601f0b5c355bc2320dacd001363.tar.gz
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
Diffstat (limited to 'test')
-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 ec77b4656..24e5785c0 100644
--- a/test/web/mastodon_api/mastodon_api_controller_test.exs
+++ b/test/web/mastodon_api/mastodon_api_controller_test.exs
@@ -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} =