diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-14 10:46:35 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-14 15:25:10 +0300 |
commit | ae33cca4cf4d0089944ff211d2f96435776ff7f7 (patch) | |
tree | 9bef09cef77514f5565d8e510500396c18229153 /test | |
parent | 056780fd8e68e62902542cfb8bbf36db4f47c0bb (diff) | |
download | pleroma-ae33cca4cf4d0089944ff211d2f96435776ff7f7.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.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 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} = |