aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-14 10:46:35 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-14 10:46:35 +0000
commit85b6144ffd9e96fc79608847fe739a40ca094207 (patch)
tree404984d2272aa6323c944092399c91891adc6eaf
parent5c5ebd38619bb853a58374918fd8983569ba7c0b (diff)
downloadpleroma-85b6144ffd9e96fc79608847fe739a40ca094207.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 c9bce1439..013a838b8 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} =