diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-14 10:46:35 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-14 10:46:35 +0000 |
commit | 85b6144ffd9e96fc79608847fe739a40ca094207 (patch) | |
tree | 404984d2272aa6323c944092399c91891adc6eaf | |
parent | 5c5ebd38619bb853a58374918fd8983569ba7c0b (diff) | |
download | pleroma-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.exs | 2 |
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} = |